summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordkm <dkm@gre.kataplop.net>2009-06-09 13:40:40 +0200
committerdkm <dkm@gre.kataplop.net>2009-06-09 13:40:40 +0200
commit93acc00959acaa365b0750f4ed8cf1cb2e2caefc (patch)
treea84e4fb45e51841d202b654bc99cf8eab41cd40e /lib
parente77ba1d7512b3d7f4c3cd12bb499e0e296c485ae (diff)
parenta42c101c0b76edb403f2f9c646c27539b983394b (diff)
Merge branch 'master' of git@github.com:dkm/gallery3
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.common.js1
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);