From bf17aab5feef51932bf915426ee6854a91ac199b Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Wed, 14 Jan 2015 07:36:17 -0700 Subject: [PATCH] Fix mascot settings UI --- LICENSE | 2 +- builds/appchan-x.user.js | 4 ++-- builds/crx/script.js | 4 ++-- src/General/html/Settings/Batch-Mascot.html | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index a4e87ba9d..d5e5c38ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.44 - 2015-01-13 +* appchan x - Version 2.9.44 - 2015-01-14 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 86dcec3de..052fea54b 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -27,7 +27,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.44 - 2015-01-13 +* appchan x - Version 2.9.44 - 2015-01-14 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -19768,7 +19768,7 @@ id: "mascots_batch" }); $.extend(batchmascots, { - innerHTML: "Clear All\r/\rSelect All\r/\rAdd Mascot\r/\rImport Mascot\r/\rUndelete Mascots\r/\rGet More Mascots!" + innerHTML: "Clear All\r/\rSelect All\r/\rAdd Mascot\r/\rImport Mascot\r/\rUndelete Mascots\r/\rGet More Mascots!" }); $.on($('#clear', batchmascots), 'click', function() { var enabledMascots, _k, _len2; diff --git a/builds/crx/script.js b/builds/crx/script.js index 40057c980..dc1abee12 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.44 - 2015-01-13 +* appchan x - Version 2.9.44 - 2015-01-14 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -19792,7 +19792,7 @@ id: "mascots_batch" }); $.extend(batchmascots, { - innerHTML: "Clear All\r/\rSelect All\r/\rAdd Mascot\r/\rImport Mascot\r/\rUndelete Mascots\r/\rGet More Mascots!" + innerHTML: "Clear All\r/\rSelect All\r/\rAdd Mascot\r/\rImport Mascot\r/\rUndelete Mascots\r/\rGet More Mascots!" }); $.on($('#clear', batchmascots), 'click', function() { var enabledMascots, _k, _len2; diff --git a/src/General/html/Settings/Batch-Mascot.html b/src/General/html/Settings/Batch-Mascot.html index c52096993..78df3c36c 100644 --- a/src/General/html/Settings/Batch-Mascot.html +++ b/src/General/html/Settings/Batch-Mascot.html @@ -1,11 +1,11 @@ - Clear All + Clear All / - Select All + Select All / - Add Mascot + Add Mascot / - Import Mascot + Import Mascot / - Undelete Mascots + Undelete Mascots / - Get More Mascots! \ No newline at end of file + Get More Mascots! \ No newline at end of file