Merge pull request #3471 from BrokenEagle/fix-controller-views
Various fixes for controller views
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
Danbooru.ForumPost = {};
|
||||
|
||||
Danbooru.ForumPost.initialize_all = function() {
|
||||
if ($("#c-forum-topics #a-show").length) {;
|
||||
if ($("#c-forum-topics #a-show,#c-forum-posts #a-show").length) {;
|
||||
this.initialize_edit_links();
|
||||
|
||||
Danbooru.keydown("e", "edit", function(e) {
|
||||
|
||||
Reference in New Issue
Block a user