diff --git a/LICENSE b/LICENSE index 7e74c9661..1fd661bef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.41 - 2014-12-12 +* appchan x - Version 2.9.41 - 2014-12-13 * * 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 6b72e4d71..80182174b 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -28,7 +28,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.41 - 2014-12-12 +* appchan x - Version 2.9.41 - 2014-12-13 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -9612,7 +9612,9 @@ $.on(counter, 'click', this.toggle.bind(this)); return $.on(window, 'captcha:success', (function(_this) { return function() { - return _this.save(false); + return $.queueTask(function() { + return _this.save(false); + }); }; })(this)); }, diff --git a/builds/crx/script.js b/builds/crx/script.js index 5ac72ad00..6c6a4f37a 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.41 - 2014-12-12 +* appchan x - Version 2.9.41 - 2014-12-13 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -9632,7 +9632,9 @@ $.on(counter, 'click', this.toggle.bind(this)); return $.on(window, 'captcha:success', (function(_this) { return function() { - return _this.save(false); + return $.queueTask(function() { + return _this.save(false); + }); }; })(this)); },