diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 6d93c592b..33dd075bd 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -3484,7 +3484,7 @@ } if (!(strong = $('strong.warning', this.nodes.info))) { strong = $.el('strong', { - className: 'warning icon' + className: 'warning fa' }); $.after($('input', this.nodes.info), strong); } diff --git a/builds/crx/script.js b/builds/crx/script.js index 087c1a2d1..088c452fc 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -3493,7 +3493,7 @@ } if (!(strong = $('strong.warning', this.nodes.info))) { strong = $.el('strong', { - className: 'warning icon' + className: 'warning fa' }); $.after($('input', this.nodes.info), strong); } diff --git a/src/General/lib/post.class b/src/General/lib/post.class index a0a3c207e..a105ca25b 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -164,7 +164,7 @@ class Post unless strong = $ 'strong.warning', @nodes.info strong = $.el 'strong', - className: 'warning icon' + className: 'warning fa' $.after $('input', @nodes.info), strong strong.textContent = if file then '\uf070' else '\uf014' strong.title = "#{if file then 'File' else 'Post'} Deleted"