fixes #3281
This commit is contained in:
@@ -161,12 +161,6 @@
|
||||
Danbooru.Post.vote("down", post_id);
|
||||
} else if (s === 'vote-up') {
|
||||
Danbooru.Post.vote("up", post_id);
|
||||
} else if (s === 'rating-q') {
|
||||
Danbooru.Post.update(post_id, {"post[rating]": "q"});
|
||||
} else if (s === 'rating-s') {
|
||||
Danbooru.Post.update(post_id, {"post[rating]": "s"});
|
||||
} else if (s === 'rating-e') {
|
||||
Danbooru.Post.update(post_id, {"post[rating]": "e"});
|
||||
} else if (s === 'lock-rating') {
|
||||
Danbooru.Post.update(post_id, {"post[is_rating_locked]": "1"});
|
||||
} else if (s === 'lock-note') {
|
||||
|
||||
Reference in New Issue
Block a user