Merge pull request #3471 from BrokenEagle/fix-controller-views

Various fixes for controller views
This commit is contained in:
Albert Yi
2017-12-28 11:18:44 -08:00
committed by GitHub
55 changed files with 429 additions and 381 deletions

View File

@@ -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) {