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