i broke colorbox on batch manager unit + use css animations

git-svn-id: http://piwigo.org/svn/trunk@28563 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-05-29 08:56:41 +00:00
parent 867d779ffc
commit 42274fb26f
2 changed files with 7 additions and 7 deletions
@@ -24,13 +24,7 @@ jQuery(function(){ {* <!-- onLoad needed to wait localization loads --> *}
});
{* <!-- THUMBNAILS --> *}
$(".elementEdit img")
.css("opacity", 0.6) // Opacity on page load
.hover(function(){
$(this).fadeTo("slow", 1.0); // Opacity on hover
},function(){
$(this).fadeTo("slow", 0.6); // Opacity on mouseout
});
jQuery("a.preview-box").colorbox();
}());
{/footer_script}