From 7aeac11460dc5aa8e8ad468671a7a29c95feac64 Mon Sep 17 00:00:00 2001 From: roIyat <30560801+roIyat@users.noreply.github.com> Date: Sun, 30 Jul 2017 02:57:39 +0200 Subject: [PATCH] Update thread-watcher.js A watch thread button is now placed before reply button so citation links don't go between them. --- js/thread-watcher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();