diff --git a/4chan_x.user.js b/4chan_x.user.js index 285785f74..a535d1901 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3421,7 +3421,7 @@ init: function() { this.a = $.el('a', { className: 'delete_button', - innerHTML: '[ X ]', + innerHTML: '[ × ]', href: 'javascript:;' }); return Main.callbacks.push(this.node); diff --git a/script.coffee b/script.coffee index 3b42631c2..b5dd13192 100644 --- a/script.coffee +++ b/script.coffee @@ -2610,7 +2610,7 @@ DeleteButton = init: -> @a = $.el 'a', className: 'delete_button' - innerHTML: '[ X ]' + innerHTML: '[ × ]' href: 'javascript:;' Main.callbacks.push @node node: (post) ->