forked from leftypol/leftypol
thread-watcher.js: add support for new ui
This commit is contained in:
parent
0295f3e686
commit
8d7535b2a3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ $(document).ready(function() {
|
|||
$('.boardlist').append('<div class="watchlist-container" style="float:right;"><a class="watchlist-toggle" href="#">['+_('Watchlist')+']</a></div>');
|
||||
$('.compact-boardlist').append('<div class="watchlist-container" style="float:right;"><a class="watchlist-toggle" href="#">['+_('Watchlist')+']</a></div>');
|
||||
// Append a watch thread button after every OP post number.
|
||||
$('.op>.intro>.post_no:odd').after('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');
|
||||
$('div.post.op>.intro>.user-controls').append('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');
|
||||
|
||||
// Draw the watchlist, hidden.
|
||||
watchlist.render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue