From 0e332ca2fa4d11417a8694a726c0def3e5bf449c Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 25 Feb 2022 01:36:28 -0100 Subject: [PATCH] Remove redundant Posting Mode banner Also replace JS code that uses them to determine the page type. --- js/quick-reply.js | 4 ++-- js/show-op.js | 2 +- templates/thread.html | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index 8d5d46a6..01f0ba52 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -125,7 +125,7 @@ }; var show_quick_reply = function(){ - if($('div.banner').length == 0) + if(active_page != 'thread') return; if($('#quick-reply').length != 0) return; @@ -421,7 +421,7 @@ if (settings.get('floating_link', false)) { $(window).ready(function() { - if($('div.banner').length == 0) + if(active_page != 'thread') return; $('