From d92c72b731234841661e8401fdd64cfd4b5c9a13 Mon Sep 17 00:00:00 2001 From: ato Date: Wed, 8 Dec 2010 20:57:57 +0000 Subject: [PATCH] Trying a non-animated approach first svn path=/branches/design/; revision=18645 --- scripts/master.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/master.js b/scripts/master.js index ff9e097645..e898ce9393 100644 --- a/scripts/master.js +++ b/scripts/master.js @@ -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(); }); });