6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
<% if @error %>
|
|
Danbooru.error("<%= j @error.to_s %>");
|
|
<% else %>
|
|
location.reload();
|
|
<% end %>
|