diff --git a/js/thread-watcher.js b/js/thread-watcher.js
index 0796193b..169ff26c 100644
--- a/js/thread-watcher.js
+++ b/js/thread-watcher.js
@@ -150,8 +150,8 @@ $(document).ready(function(){
//Append the watchlist toggle button.
$('.boardlist').append('[ '+_('watchlist')+' ]');
- //Append a watch thread button after every OP.
- $('.op>.intro').append('['+_('Watch Thread')+']');
+ //Append a watch thread button after every OP post number.
+ $('.op>.intro>.post_no:odd').after('['+_('Watch Thread')+']');
//Draw the watchlist, hidden.
watchlist.render();