Trying a non-animated approach first

svn path=/branches/design/; revision=18645
This commit is contained in:
ato
2010-12-08 20:57:57 +00:00
parent 12e76f9e2c
commit d92c72b731

View File

@@ -8,7 +8,8 @@ $(document).ready(function() {
// Close service notice when clicking dismiss button.
$("#service-notice .close a").click(function() {
$("#service-notice").fadeOut("slow");
// $("#service-notice").fadeOut("slow");
$("#service-notice").hide();
});
});