Browse Source

This script was breaking boards.html

pull/40/head
8chan 10 years ago
committed by czaks
parent
commit
fd2e9df30c
  1. 4
      js/thread-watcher.js

4
js/thread-watcher.js

@ -142,6 +142,10 @@ watchlist.exists = function(sel) {
};
$(document).ready(function(){
if (!(active_page == 'thread' || active_page == 'index')) {
return;
}
//Append the watchlist toggle button.
$('.boardlist').append('<span>[ <a id="watchlist-toggle">watchlist</a> ]</span>');
//Append a watch thread button after every OP.

Loading…
Cancel
Save