From 8d7535b2a321c7dd0971727fb07e9ef57fb2dcc4 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Tue, 1 Oct 2024 01:14:31 +0200 Subject: [PATCH] thread-watcher.js: add support for new ui --- js/thread-watcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();