diff --git a/js/thread-watcher.js b/js/thread-watcher.js index cda2441c..70252ad4 100644 --- a/js/thread-watcher.js +++ b/js/thread-watcher.js @@ -45,7 +45,7 @@ watchlist.render = function(reset) { } else { // If the watchlist has not yet been rendered, create it. let menuStyle = getComputedStyle($('.boardlist')[0]); - $((active_page == 'ukko') ? 'hr:first' : (active_page == 'catalog') ? 'body>span:first' : 'form[name="post"]').before( + $('.watchlist-container').append( $('
'+ '
'+ '['+_('Clear List')+'] '+ @@ -152,8 +152,8 @@ $(document).ready(function() { } // Append the watchlist toggle button. - $('.boardlist').append('['+_('Watchlist')+']'); - $('.compact-boardlist').append('['+_('Watchlist')+']'); + $('.boardlist').append(''); + $('.compact-boardlist').append(''); // Append a watch thread button after every OP post number. $('.op>.intro>.post_no:odd').after('['+_('Watch Thread')+']');