Fix #3813: Favorite limit can be bypassed.
This commit is contained in:
2
app/views/static/error.js.erb
Normal file
2
app/views/static/error.js.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
var message = <%= raw @error_message.try(:to_json) || @exception.message.to_json %>;
|
||||
Danbooru.Utility.error(message);
|
||||
Reference in New Issue
Block a user