From 500383e718927e2aa77259c7beb22daca5a8ad9c Mon Sep 17 00:00:00 2001 From: ato Date: Sat, 13 Nov 2010 01:19:37 +0000 Subject: [PATCH] Make notice fade out svn path=/branches/design/; revision=18309 --- scripts/master.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/master.js b/scripts/master.js index ba4ce6bd95..ff9e097645 100644 --- a/scripts/master.js +++ b/scripts/master.js @@ -8,7 +8,7 @@ $(document).ready(function() { // Close service notice when clicking dismiss button. $("#service-notice .close a").click(function() { - alert("yes!"); + $("#service-notice").fadeOut("slow"); }); });