refactored javascripts

This commit is contained in:
albert
2011-03-10 12:58:09 -05:00
parent 4af5c5c38f
commit efa6856b4a
27 changed files with 385 additions and 359 deletions

View File

@@ -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();

View File

@@ -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();