Fix #3061: Add "General" button for related tags on new/edit posts.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
|
||||
Danbooru.RelatedTag.initialize_buttons = function() {
|
||||
this.common_bind("#related-tags-button", "");
|
||||
this.common_bind("#related-general-button", "general");
|
||||
this.common_bind("#related-artists-button", "artist");
|
||||
this.common_bind("#related-characters-button", "character");
|
||||
this.common_bind("#related-copyrights-button", "copyright");
|
||||
|
||||
Reference in New Issue
Block a user