Don't use Header.hover for dialogs; it's cleared on index refresh.
Fixes bug from b69dad7fea0efa75679e9a2d7d8cc1eca06af080.
This commit is contained in:
parent
e5673c7454
commit
b98a0d48be
@ -108,7 +108,7 @@ ThreadWatcher =
|
|||||||
addDialog: ->
|
addDialog: ->
|
||||||
return unless Main.isThisPageLegit()
|
return unless Main.isThisPageLegit()
|
||||||
ThreadWatcher.build()
|
ThreadWatcher.build()
|
||||||
$.add Header.hover, ThreadWatcher.dialog
|
$.prepend d.body, ThreadWatcher.dialog
|
||||||
|
|
||||||
toggleWatcher: ->
|
toggleWatcher: ->
|
||||||
$.toggleClass ThreadWatcher.shortcut, 'disabled'
|
$.toggleClass ThreadWatcher.shortcut, 'disabled'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user