eye.open -> eye
This commit is contained in:
parent
f217d94299
commit
4d0b83941c
@ -9037,7 +9037,7 @@
|
|||||||
id: 'watcher-link',
|
id: 'watcher-link',
|
||||||
textContent: 'Watcher',
|
textContent: 'Watcher',
|
||||||
href: 'javascript:;',
|
href: 'javascript:;',
|
||||||
className: 'disabled fa fa-eye-open'
|
className: 'disabled fa fa-eye'
|
||||||
});
|
});
|
||||||
this.db = new DataBoard('watchedThreads', this.refresh, true);
|
this.db = new DataBoard('watchedThreads', this.refresh, true);
|
||||||
this.dialog = UI.dialog('thread-watcher', 'top: 50px; left: 0px;', "<div class=\"move\">Thread Watcher <span id=\"watcher-status\"></span><a class=\"menu-button\" href=\"javascript:;\"><i class=\"fa fa-angle-down\"></i></a><a class=close href=javascript:;>×</a></span></div><div id=\"watched-threads\"></div>");
|
this.dialog = UI.dialog('thread-watcher', 'top: 50px; left: 0px;', "<div class=\"move\">Thread Watcher <span id=\"watcher-status\"></span><a class=\"menu-button\" href=\"javascript:;\"><i class=\"fa fa-angle-down\"></i></a><a class=close href=javascript:;>×</a></span></div><div id=\"watched-threads\"></div>");
|
||||||
|
|||||||
@ -9020,7 +9020,7 @@
|
|||||||
id: 'watcher-link',
|
id: 'watcher-link',
|
||||||
textContent: 'Watcher',
|
textContent: 'Watcher',
|
||||||
href: 'javascript:;',
|
href: 'javascript:;',
|
||||||
className: 'disabled fa fa-eye-open'
|
className: 'disabled fa fa-eye'
|
||||||
});
|
});
|
||||||
this.db = new DataBoard('watchedThreads', this.refresh, true);
|
this.db = new DataBoard('watchedThreads', this.refresh, true);
|
||||||
this.dialog = UI.dialog('thread-watcher', 'top: 50px; left: 0px;', "<div class=\"move\">Thread Watcher <span id=\"watcher-status\"></span><a class=\"menu-button\" href=\"javascript:;\"><i class=\"fa fa-angle-down\"></i></a><a class=close href=javascript:;>×</a></span></div><div id=\"watched-threads\"></div>");
|
this.dialog = UI.dialog('thread-watcher', 'top: 50px; left: 0px;', "<div class=\"move\">Thread Watcher <span id=\"watcher-status\"></span><a class=\"menu-button\" href=\"javascript:;\"><i class=\"fa fa-angle-down\"></i></a><a class=close href=javascript:;>×</a></span></div><div id=\"watched-threads\"></div>");
|
||||||
|
|||||||
@ -6,7 +6,7 @@ ThreadWatcher =
|
|||||||
id: 'watcher-link'
|
id: 'watcher-link'
|
||||||
textContent: 'Watcher'
|
textContent: 'Watcher'
|
||||||
href: 'javascript:;'
|
href: 'javascript:;'
|
||||||
className: 'disabled fa fa-eye-open'
|
className: 'disabled fa fa-eye'
|
||||||
|
|
||||||
@db = new DataBoard 'watchedThreads', @refresh, true
|
@db = new DataBoard 'watchedThreads', @refresh, true
|
||||||
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>
|
@dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user