nlozovan

Untitled

Apr 25th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if (!hoverEffect.disable_hover_effect) {
  2. setTimeout(function(){
  3. initHoverEffectForThumbView();
  4. }, 1000);
  5. }else{
  6. initSimpleHoverEffectForThumbView();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment