Clean up code

No need for 'toggleable-watcher' if it's always toggleable.
This commit is contained in:
dzamie 2016-06-29 22:53:31 -04:00
parent 9d5c7c1ef7
commit 07b2b759c8
2 changed files with 0 additions and 4 deletions

View File

@ -38,7 +38,6 @@ ThreadWatcher =
@dialog.hidden = true
Header.addShortcut 'watcher', sc, 510
$.addClass doc, 'toggleable-watcher'
ThreadWatcher.fetchAuto()

View File

@ -931,9 +931,6 @@ span.hide-announcement {
#thread-watcher a {
text-decoration: none;
}
:root:not(.toggleable-watcher) #thread-watcher .move > .close {
display: none;
}
#thread-watcher .move > .close {
position: absolute;
right: 0px;