diff --git a/js/thread-watcher.js b/js/thread-watcher.js index 70f1c160..c3136779 100644 --- a/js/thread-watcher.js +++ b/js/thread-watcher.js @@ -149,10 +149,10 @@ $(document).ready(function(){ } //Append the watchlist toggle button. - $('.boardlist').append('[ '+_('watchlist')+' ]'); - $('.compact-boardlist').append('[ '+_('watchlist')+' ]'); - //Append a watch thread button after every OP. - $('.op>.intro').append('['+_('Watch Thread')+']'); + $('.boardlist').append('['+_('Watchlist')+']'); + $('.compact-boardlist').append('['+_('Watchlist')+']'); + //Append a watch thread button after every OP post number. + $('.op>.intro>.post_no:odd').after('['+_('Watch Thread')+']'); //Draw the watchlist, hidden. watchlist.render();