diff --git a/js/thread-watcher.js b/js/thread-watcher.js index 22656e48..52b8142e 100644 --- a/js/thread-watcher.js +++ b/js/thread-watcher.js @@ -28,10 +28,10 @@ watchlist.render = function(reset) { JSON.parse(localStorage.watchlist).forEach(function(e, i) { //look at line 69, that's what (e) is here. threads.push('
' + - 'Board: '+e[0]+' ' + - 'Thread: '+''+e[1]+' ' + - 'Replies: '+e[2]+' ' + - '[Unwatch]'+ + '/'+e[0]+'/ - ' + + ''+e[1].replace("thread_", "Thread #")+'' + + ' ('+e[2]+') ' + + 'X'+ '
'); }); if ($('#watchlist').length) {