summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-06-08 23:19:09 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-06-08 23:19:09 -0600
commita3344814d7bc22bd6a7e55b9a9174fd202ef79f2 (patch)
treeec9490a7efab9a9b69590c06814ad325f148adc1
parentb9ee6f7d185c734dcff595d06d9c6e6fda5822ac (diff)
Keep status messages. Users click away and may miss them, especially with tasks which take longer to complete.
-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);