diff --git a/js/thread-watcher.js b/js/thread-watcher.js index 70252ad4..6108aaea 100644 --- a/js/thread-watcher.js +++ b/js/thread-watcher.js @@ -155,7 +155,7 @@ $(document).ready(function() { $('.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')+']'); + $('div.post.op>.intro>.user-controls').append('['+_('Watch Thread')+']'); // Draw the watchlist, hidden. watchlist.render();