forked from leftypol/leftypol
Fixed attachment of threadwatcher to topbar and move threadwatcher dialog from bottom of page where it was overlapped by bottom bar, to top of the page.
This commit is contained in:
parent
b4a28e9fa9
commit
5f70dcd124
2 changed files with 3 additions and 2 deletions
|
@ -149,7 +149,8 @@ $(document).ready(function(){
|
|||
}
|
||||
|
||||
//Append the watchlist toggle button.
|
||||
$('.boardlist .compact-boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
|
||||
$('.boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
|
||||
$('.compact-boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
|
||||
//Append a watch thread button after every OP.
|
||||
$('.op>.intro').append('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue