Trying a non-animated approach first
svn path=/branches/design/; revision=18645
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user