Various fixes

This commit is contained in:
rarjpg
2019-11-05 10:34:09 +00:00
committed by Fredrick Brennan
parent 1613f6baea
commit 0a3bca7dd8
4 changed files with 4 additions and 3 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').append(' <span>[ <a class="watchlist-toggle" href="#">'+_('watchlist')+'</a> ]</span>');
//Append a watch thread button after every OP post number.
$('.op>.intro>.post_no:odd').after('<a class="watchThread" href="#">['+_('Watch Thread')+']</a>');