From 62ec9604b941924e75fdb4a7e6e3d1208bd701eb Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Fri, 10 May 2013 01:10:59 -0700 Subject: [PATCH] Fix #292 --- LICENSE | 2 +- builds/appchan-x.js | 4 ++-- builds/appchan-x.user.js | 4 ++-- builds/crx/script.js | 4 ++-- src/General/Build.coffee | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 58babecdf..dab12361b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.2 - 2013-05-09 +* appchan x - Version 2.0.2 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.js b/builds/appchan-x.js index e457f65ec..3004c6544 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -20,7 +20,7 @@ // ==/UserScript== /* -* appchan x - Version 2.0.2 - 2013-05-09 +* appchan x - Version 2.0.2 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -4030,7 +4030,7 @@ capcodeStart = ''; capcode = ''; } - flag = flagCode ? ("  + flagCode + ") : ''; + flag = flagCode ? ("  + flagCode + ") : ''; if (file != null ? file.isDeleted : void 0) { fileHTML = isOP ? ("
") + ("File deleted.") + "
" : ("
") + ("File deleted.") + "
"; } else if (file) { diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 9b58a9e1a..d6c25b638 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -20,7 +20,7 @@ // ==/UserScript== /* -* appchan x - Version 2.0.2 - 2013-05-09 +* appchan x - Version 2.0.2 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -4026,7 +4026,7 @@ capcodeStart = ''; capcode = ''; } - flag = flagCode ? ("  + flagCode + ") : ''; + flag = flagCode ? ("  + flagCode + ") : ''; if (file != null ? file.isDeleted : void 0) { fileHTML = isOP ? ("
") + ("File deleted.") + "
" : ("
") + ("File deleted.") + "
"; } else if (file) { diff --git a/builds/crx/script.js b/builds/crx/script.js index 86183a440..b0167cfcb 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.2 - 2013-05-09 +* appchan x - Version 2.0.2 - 2013-05-10 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -4028,7 +4028,7 @@ capcodeStart = ''; capcode = ''; } - flag = flagCode ? ("  + flagCode + ") : ''; + flag = flagCode ? ("  + flagCode + ") : ''; if (file != null ? file.isDeleted : void 0) { fileHTML = isOP ? ("
") + ("File deleted.") + "
" : ("
") + ("File deleted.") + "
"; } else if (file) { diff --git a/src/General/Build.coffee b/src/General/Build.coffee index 0506515fd..95d7d2d99 100644 --- a/src/General/Build.coffee +++ b/src/General/Build.coffee @@ -107,7 +107,7 @@ Build = flag = if flagCode - " #{flagCode}" else ''