refactored javascripts
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Danbooru.Utility.j_error(<%= @exception.message.to_json.html_safe %>);
|
||||
Danbooru.j_error(<%= @exception.message.to_json.html_safe %>);
|
||||
$("img#approve-wait").hide();
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Danbooru.Utility.j_error("You have already disapproved this post");
|
||||
Danbooru.j_error("You have already disapproved this post");
|
||||
$("img#disapprove-wait").hide();
|
||||
|
||||
Reference in New Issue
Block a user