Fix Auto-Watch.

This commit is contained in:
Nicolas Stepien 2011-05-06 01:24:26 +02:00
parent 8d8da47d32
commit c0a70c40fd
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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()