fix close notice link
This commit is contained in:
@@ -18,6 +18,7 @@ $(function() {
|
||||
|
||||
$("#close-notice-link").click(function(e) {
|
||||
$('#notice').fadeOut("fast");
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user