diff --git a/js/thread-watcher.js b/js/thread-watcher.js index 625e95e0..b66dc657 100644 --- a/js/thread-watcher.js +++ b/js/thread-watcher.js @@ -142,6 +142,10 @@ watchlist.exists = function(sel) { }; $(document).ready(function(){ + if (!(active_page == 'thread' || active_page == 'index')) { + return; + } + //Append the watchlist toggle button. $('.boardlist').append('[ watchlist ]'); //Append a watch thread button after every OP.