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(); }); });