From a3344814d7bc22bd6a7e55b9a9174fd202ef79f2 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 8 Jun 2009 23:19:09 -0600 Subject: Keep status messages. Users click away and may miss them, especially with tasks which take longer to complete. --- lib/gallery.common.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/gallery.common.js') 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); -- cgit v1.2.3