From 4d0b83941c306304c81610f7bb3e4e3ba5a5ff2d Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 9 Jan 2014 00:27:55 -0700 Subject: [PATCH] eye.open -> eye --- builds/4chan-X.user.js | 2 +- builds/crx/script.js | 2 +- src/Monitoring/ThreadWatcher.coffee | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index ef4d65e91..a6dc8ca0c 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -9037,7 +9037,7 @@ id: 'watcher-link', textContent: 'Watcher', href: 'javascript:;', - className: 'disabled fa fa-eye-open' + className: 'disabled fa fa-eye' }); this.db = new DataBoard('watchedThreads', this.refresh, true); this.dialog = UI.dialog('thread-watcher', 'top: 50px; left: 0px;', "
Thread Watcher ×
"); diff --git a/builds/crx/script.js b/builds/crx/script.js index 903bb2a47..2e308d080 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -9020,7 +9020,7 @@ id: 'watcher-link', textContent: 'Watcher', href: 'javascript:;', - className: 'disabled fa fa-eye-open' + className: 'disabled fa fa-eye' }); this.db = new DataBoard('watchedThreads', this.refresh, true); this.dialog = UI.dialog('thread-watcher', 'top: 50px; left: 0px;', "
Thread Watcher ×
"); diff --git a/src/Monitoring/ThreadWatcher.coffee b/src/Monitoring/ThreadWatcher.coffee index e5b63500f..ca6d15873 100755 --- a/src/Monitoring/ThreadWatcher.coffee +++ b/src/Monitoring/ThreadWatcher.coffee @@ -6,7 +6,7 @@ ThreadWatcher = id: 'watcher-link' textContent: 'Watcher' href: 'javascript:;' - className: 'disabled fa fa-eye-open' + className: 'disabled fa fa-eye' @db = new DataBoard 'watchedThreads', @refresh, true @dialog = UI.dialog 'thread-watcher', 'top: 50px; left: 0px;', <%= importHTML('Monitoring/ThreadWatcher') %>