thread watcher - don't cover the board links
This commit is contained in:
parent
0407f11042
commit
c9a6e24539
@ -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] || [];
|
||||
|
||||
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user