Fix Auto-Watch.
This commit is contained in:
parent
8d8da47d32
commit
c0a70c40fd
@ -2188,7 +2188,7 @@
|
|||||||
unread.init();
|
unread.init();
|
||||||
}
|
}
|
||||||
if ($.config('Auto Watch') && location.hash === '#watch') {
|
if ($.config('Auto Watch') && location.hash === '#watch') {
|
||||||
watcher.watch();
|
watcher.watch($('body > form'), $('form > input[value=delete]').name);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
threading.init();
|
threading.init();
|
||||||
|
|||||||
@ -1699,7 +1699,7 @@ main =
|
|||||||
unread.init()
|
unread.init()
|
||||||
|
|
||||||
if $.config('Auto Watch') and location.hash is '#watch'
|
if $.config('Auto Watch') and location.hash is '#watch'
|
||||||
watcher.watch()
|
watcher.watch($('body > form'), $('form > input[value=delete]').name)
|
||||||
|
|
||||||
else #not reply
|
else #not reply
|
||||||
threading.init()
|
threading.init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user