summaryrefslogtreecommitdiffstats
path: root/webroot/js/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/js/functions.js')
-rw-r--r--webroot/js/functions.js8
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'});