diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 418be2b97..b01f9ea5d 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -6950,7 +6950,7 @@ this.showButton = $.el('a', { className: 'show-post-button fa', href: 'javascript:;', - textContext: '\uf196' + textContent: '\uf196' }); Post.callbacks.push({ name: 'Post Hiding', diff --git a/builds/crx/script.js b/builds/crx/script.js index 7ef82920e..cb639f9c6 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -7001,7 +7001,7 @@ this.showButton = $.el('a', { className: 'show-post-button fa', href: 'javascript:;', - textContext: '\uf196' + textContent: '\uf196' }); Post.callbacks.push({ name: 'Post Hiding', diff --git a/src/Filtering/PostHiding.coffee b/src/Filtering/PostHiding.coffee index 93ae4ac9c..cc69fe3fa 100644 --- a/src/Filtering/PostHiding.coffee +++ b/src/Filtering/PostHiding.coffee @@ -8,7 +8,7 @@ PostHiding = @showButton = $.el 'a', className: 'show-post-button fa' href: 'javascript:;' - textContext: '\uf196' + textContent: '\uf196' Post.callbacks.push name: 'Post Hiding'