Migrate assets to use Webpacker
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Danbooru.notice("Message marked as not spam");
|
||||
$(window).trigger("danbooru:notice", "Message marked as not spam");
|
||||
$("#spam-links").hide();
|
||||
@@ -1,2 +1,2 @@
|
||||
Danbooru.notice("Message marked as spam");
|
||||
$(window).trigger("danbooru:notice", "Message marked as spam");
|
||||
$("#spam-links").hide();
|
||||
Reference in New Issue
Block a user