diff --git a/LICENSE b/LICENSE index 814612016..bc4c4bec9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.10.4 - 2015-01-22 +* appchan x - Version 2.10.4 - 2015-01-23 * * 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 38753c7e9..dd16075d0 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -28,7 +28,7 @@ // ==/UserScript== /* -* appchan x - Version 2.10.4 - 2015-01-22 +* appchan x - Version 2.10.4 - 2015-01-23 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -10124,7 +10124,7 @@ QR.cooldown.auto = false; QR.status(); return QR.error($.el('span', { - innerHTML: "4chan X encountered an error while posting. [Banned?] [More info]" + innerHTML: "appchan x encountered an error while posting. [Banned?] [More info]" })); } }; diff --git a/builds/crx/script.js b/builds/crx/script.js index 35c584b9c..cce9b3ada 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.10.4 - 2015-01-22 +* appchan x - Version 2.10.4 - 2015-01-23 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -10163,7 +10163,7 @@ QR.cooldown.auto = false; QR.status(); return QR.error($.el('span', { - innerHTML: "4chan X encountered an error while posting. [Banned?] [More info]" + innerHTML: "appchan x encountered an error while posting. [Banned?] [More info]" })); } }; diff --git a/src/Posting/QR.coffee b/src/Posting/QR.coffee index 5c73b51bb..70bbf6457 100644 --- a/src/Posting/QR.coffee +++ b/src/Posting/QR.coffee @@ -670,7 +670,7 @@ QR = QR.status() QR.error $.el 'span', <%= html( - '4chan X encountered an error while posting. ' + + meta.name + ' encountered an error while posting. ' + '[Banned?] ' + '[More info]' ) %>