Make notice fade out

svn path=/branches/design/; revision=18309
This commit is contained in:
ato
2010-11-13 01:19:37 +00:00
parent 9c22de02b7
commit 500383e718

View File

@@ -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");
});
});