Fix #470
This commit is contained in:
parent
90b495c82c
commit
d2437c4942
@ -2682,7 +2682,7 @@
|
||||
},
|
||||
watch: function(id) {
|
||||
var thread, watched, _name;
|
||||
thread = $.id(id);
|
||||
thread = $.id("t" + id);
|
||||
if ($('.favicon', thread).src === Favicon["default"]) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -2124,7 +2124,7 @@ Watcher =
|
||||
Watcher.refresh()
|
||||
|
||||
watch: (id) ->
|
||||
thread = $.id id
|
||||
thread = $.id "t#{id}"
|
||||
return false if $('.favicon', thread).src is Favicon.default
|
||||
|
||||
watched = $.get 'watched', {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user