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;', "
");
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;', "");
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') %>