summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-08 23:04:11 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-08 23:04:11 -0700
commit6bae25d1f30ef91735f75f5cf57e5c778fc213bd (patch)
tree9b6017308a6e3621701a7b7f08b27f2bb3c7f800
parent47810c9aec1e6b190a1a90505899669a2c89b770 (diff)
parenta3344814d7bc22bd6a7e55b9a9174fd202ef79f2 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
-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);