From 7f04de545b8ad59e14afaa9d38a8ba3b083714e3 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Thu, 11 Feb 2016 00:07:33 +0100 Subject: [PATCH] Change icon of the "None" action. --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 36cf76f3..585a5559 100644 --- a/script.js +++ b/script.js @@ -252,7 +252,7 @@ $(function() { }, { type: 'default', - icon: 'fa-times', + icon: 'fa-ban', title: 'None', content: 'none' }