thread watcher - don't cover the board links

This commit is contained in:
James Campos 2011-03-12 15:00:47 -08:00
parent 0407f11042
commit c9a6e24539
2 changed files with 2 additions and 0 deletions

View File

@ -1799,6 +1799,7 @@
if (getConfig('Thread Watcher')) {
html = '<div class="move">Thread Watcher</div><div></div>';
watcher = new Dialog('watcher', 'topleft', html).el;
watcher.style.top = '50px';
mv(watcher, d.body);
watcherUpdate();
threads = g.watched[g.BOARD] || [];

View File

@ -1365,6 +1365,7 @@ if getConfig 'Thread Watcher'
#create watcher
html = '<div class="move">Thread Watcher</div><div></div>'
watcher = new Dialog('watcher', 'topleft', html).el
watcher.style.top = '50px' #don't cover the board links
mv watcher, d.body
watcherUpdate()