diff --git a/4chan_x.user.js b/4chan_x.user.js
index 90931245c..de7260e12 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -1544,7 +1544,8 @@
ta = $.el('textarea', {
name: name,
className: 'field',
- value: $.get(name, Conf[name])
+ value: $.get(name, Conf[name]),
+ spellcheck: false
});
$.on(ta, 'change', $.cb.value);
$.add(div, ta);
@@ -1554,14 +1555,14 @@
},
sauce: function(section) {
var sauce;
- section.innerHTML = "
Sauce is disabled.
\nLines starting with a # will be ignored.
\nYou can specify a display text by appending ;text:[text] to the URL.
\nThese parameters will be replaced by their corresponding values:\n %TURL: Thumbnail URL. \n %URL: Full image URL. \n %MD5: MD5 hash. \n %board: Current board. \n
\n";
+ section.innerHTML = "Sauce is disabled.
\nLines starting with a # will be ignored.
\nYou can specify a display text by appending ;text:[text] to the URL.
\nThese parameters will be replaced by their corresponding values:\n %TURL: Thumbnail URL. \n %URL: Full image URL. \n %MD5: MD5 hash. \n %board: Current board. \n
\n";
sauce = $('textarea', section);
sauce.value = $.get('sauces', Conf['sauces']);
return $.on(sauce, 'change', $.cb.value);
},
rice: function(section) {
var event, input, name, _i, _len, _ref;
- section.innerHTML = "\n\n\n\n\n\n\n\n\n\n";
+ section.innerHTML = "\n\n\n\n\n\n\n\n\n\n";
_ref = ['boardnav', 'time', 'backlink', 'fileInfo', 'favicon', 'usercss'];
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
name = _ref[_i];
@@ -1631,6 +1632,7 @@
input = $('input', tr);
input.name = key;
input.value = $.get(key, Conf[key]);
+ input.spellcheck = false;
$.on(input, 'keydown', Settings.keybind);
$.add(tbody, tr);
}
diff --git a/src/features.coffee b/src/features.coffee
index b5720f3f0..f64dd39b4 100644
--- a/src/features.coffee
+++ b/src/features.coffee
@@ -453,6 +453,7 @@ Settings =
name: name
className: 'field'
value: $.get name, Conf[name]
+ spellcheck: false
$.on ta, 'change', $.cb.value
$.add div, ta
return
@@ -499,7 +500,7 @@ Settings =
%MD5: MD5 hash.
%board: Current board.
-
+
"""
sauce = $ 'textarea', section
sauce.value = $.get 'sauces', Conf['sauces']
@@ -509,7 +510,7 @@ Settings =
section.innerHTML = """