From 1dfe5582c59143b4160a88a6b23016e907ff4d41 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Mon, 16 Dec 2013 18:53:12 -0700 Subject: [PATCH] Fix #499, trashcan icon --- builds/appchan-x.user.js | 2 +- builds/crx/script.js | 2 +- src/General/lib/post.class | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"