Fix return value in watcher toggle.

This commit is contained in:
Nicolas Stepien 2012-02-18 22:46:34 +01:00
parent 61040279f4
commit 8d297e8c53
2 changed files with 3 additions and 1 deletions

View File

@ -2611,7 +2611,8 @@
textContent: getTitle(thread)
};
$.set('watched', watched);
return watcher.refresh();
watcher.refresh();
return true;
}
};

View File

@ -2087,6 +2087,7 @@ watcher =
textContent: getTitle thread
$.set 'watched', watched
watcher.refresh()
true
anonymize =
init: ->