Don't use Header.hover for dialogs; it's cleared on index refresh.

Fixes bug from b69dad7fea0efa75679e9a2d7d8cc1eca06af080.
This commit is contained in:
ccd0 2016-09-17 20:20:33 -07:00
parent e5673c7454
commit b98a0d48be

View File

@ -108,7 +108,7 @@ ThreadWatcher =
addDialog: ->
return unless Main.isThisPageLegit()
ThreadWatcher.build()
$.add Header.hover, ThreadWatcher.dialog
$.prepend d.body, ThreadWatcher.dialog
toggleWatcher: ->
$.toggleClass ThreadWatcher.shortcut, 'disabled'