This commit is contained in:
James Campos 2011-05-03 19:11:06 -07:00
parent 1a213fdfa7
commit 8b64a77fac

View File

@ -1230,6 +1230,8 @@ watcher =
watch: (thread) ->
favicon = $ 'img.favicon', thread
#this happens if we try to auto-watch an already watched thread.
return if favicon.src is Favicon.default
favicon.src = Favicon.default