7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
var errors = "<%= j @post_appeal.errors.full_messages.join("; ") %>";
|
|
if (errors.length > 0) {
|
|
Danbooru.error(errors);
|
|
} else {
|
|
Danbooru.notice("Post appealed");
|
|
}
|