diff --git a/4chan_x.user.js b/4chan_x.user.js
index e894a2dcb..8459caa4b 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -817,7 +817,7 @@
$('.postarea form').submit();
}
break;
- case conf.UnreadCountTo0:
+ case conf.unreadCountTo0:
unread.replies.length = 0;
unread.updateTitle();
Favicon.update();
@@ -1039,7 +1039,7 @@
var arr, checked, description, dialog, hiddenNum, hiddenThreads, hidingul, html, input, key, li, link, main, obj, overlay, ul, _i, _j, _k, _len, _len2, _len3, _ref, _ref2, _ref3, _ref4;
hiddenThreads = $.getValue("hiddenThreads/" + g.BOARD + "/", {});
hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length;
- html = "
";
+ html = " ";
dialog = $.el('div', {
id: 'options',
innerHTML: html
diff --git a/script.coffee b/script.coffee
index 5d6cbf9f1..79e189fc4 100644
--- a/script.coffee
+++ b/script.coffee
@@ -583,7 +583,7 @@ keybinds =
qr.submit.call $ 'form', qr.el
else
$('.postarea form').submit()
- when conf.UnreadCountTo0
+ when conf.unreadCountTo0
unread.replies.length = 0
unread.updateTitle()
Favicon.update()
@@ -824,7 +824,7 @@ options =
| Expand selected image | |
| Expand all images | |
| Update now | |
- | Reset the unread count to 0 | |
+ | Reset the unread count to 0 | |