diff --git a/4chan_x.user.js b/4chan_x.user.js index 5c76fd49a..576367420 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1523,7 +1523,7 @@ className: 'preview', draggable: true, href: 'javascript:;', - innerHTML: 'x' + innerHTML: '×' }); $('input', this.el).checked = this.spoiler; $.on(this.el, 'click', function() { @@ -1717,7 +1717,7 @@ qr.el = ui.dialog('qr', 'top:0;right:0;', '\
\ Quick Reply \ - x\ + ×\
\
\
\ @@ -2642,7 +2642,7 @@ for (id in _ref) { props = _ref[id]; x = $.el('a', { - textContent: 'X', + textContent: '\u00d7', href: 'javascript:;' }); $.on(x, 'click', watcher.cb.x); diff --git a/script.coffee b/script.coffee index 7528224c5..4f30f7c0a 100644 --- a/script.coffee +++ b/script.coffee @@ -1226,7 +1226,7 @@ qr = className: 'preview' draggable: true href: 'javascript:;' - innerHTML: 'x' + innerHTML: '×' $('input', @el).checked = @spoiler $.on @el, 'click', => @select() $.on $('.remove', @el), 'click', (e) => @@ -1363,7 +1363,7 @@ qr = qr.el = ui.dialog 'qr', 'top:0;right:0;', '
Quick Reply - x + ×
@@ -2178,7 +2178,8 @@ watcher = for board of watched for id, props of watched[board] x = $.el 'a', - textContent: 'X' + # \u00d7 is × + textContent: '\u00d7' href: 'javascript:;' $.on x, 'click', watcher.cb.x link = $.el 'a', props