fixes #1164
This commit is contained in:
@@ -15,6 +15,10 @@ $(function() {
|
||||
Danbooru.Cookie.put('hide_upgrade_account_notice', '1', 7);
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$("#close-notice-link").click(function(e) {
|
||||
$('#notice').fadeOut("fast");
|
||||
});
|
||||
});
|
||||
|
||||
var Danbooru = {};
|
||||
|
||||
Reference in New Issue
Block a user