diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 02:44:57 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 02:44:57 -0700 |
commit | 47581aa5b4f85522a1ec171eae76da6105b3b954 (patch) | |
tree | 3306245d3b296b27435cc5b3766567625c9f0794 /webroot/js | |
parent | d8c9eac73efb7ed766763e972a4db6d46d0735e8 (diff) | |
download | otakuhub-47581aa5b4f85522a1ec171eae76da6105b3b954.tar.xz |
reorganize CSS... with fire
Diffstat (limited to 'webroot/js')
-rw-r--r-- | webroot/js/functions.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webroot/js/functions.js b/webroot/js/functions.js index 87fcb72..26c1146 100644 --- a/webroot/js/functions.js +++ b/webroot/js/functions.js @@ -4,14 +4,6 @@ jQuery(document).ready(function($) { login.attr('title', ''); login.prettyPhoto({deeplinking: false, social_tools: false}); - $('.portfolio-small li img, .portfolio-list li img').hover(function() { - $(this).children('a').show(); - $('.portfolio-small li img, .portfolio-list li img').stop().animate({ opacity: .5 }, 300); - $(this).stop().css('opacity', 1); - }, function() { - $('.portfolio-small li img, .portfolio-list li img').stop().animate({ opacity: 1 }, 300); - }); - $('.tooltip').tipsy({fade: true}); $('.tooltip.north').tipsy({fade: true, gravity: 's'}); $('.tooltip.east').tipsy({fade: true, gravity: 'w'}); |