diff options
Diffstat (limited to 'lib/gallery.common.js')
-rw-r--r-- | lib/gallery.common.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gallery.common.js b/lib/gallery.common.js index bb2e75a2..14c28a56 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -7,7 +7,6 @@ return this.each(function(i){ $(this).effect("highlight", {"color": "white"}, 3000); $(this).animate({opacity: 1.0}, 6000); - $(this).fadeOut("slow"); }); }; })(jQuery); |