7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
var errors = "<%= j @post_appeal.errors.full_messages.join("; ") %>";
|
|
if (errors.length > 0) {
|
|
Danbooru.j_error(errors);
|
|
} else {
|
|
Danbooru.j_alert("Appeal", "Post appealed");
|
|
}
|