summaryrefslogtreecommitdiff
path: root/lib/gallery.common.js
diff options
context:
space:
mode:
authorMarc <dkm@kataplop.net>2009-06-10 09:53:00 +0200
committerMarc <dkm@kataplop.net>2009-06-10 09:53:00 +0200
commit9b4c7ba73cc86dca8fb6cf81a37fbf806e643483 (patch)
tree0c4d3a99471c21103a34ad5e2fb748199fe4f8f2 /lib/gallery.common.js
parent657e17361db19ac1878b2a6d93595a763aef8b15 (diff)
parentfc64a55f2e6d2e3f16e0806e6672f7d8c8de42a7 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'lib/gallery.common.js')
-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);