6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
<% if @error %>
|
|
$(window).trigger("danbooru:error", "<%= j @error.to_s %>");
|
|
<% else %>
|
|
location.reload();
|
|
<% end %>
|