Make compact-boardlist user toggleable from Options side menu

This commit is contained in:
Benjamin Southall 2017-06-01 07:36:30 +09:00
parent 18bcadfe90
commit 39be872353
2 changed files with 124 additions and 4 deletions

View file

@ -149,7 +149,7 @@ $(document).ready(function(){
}
//Append the watchlist toggle button.
$('.boardlist').append('<span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
$('.boardlist .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>');