This commit is contained in:
Zixaphir 2014-12-13 04:46:25 -07:00
parent aec444c6cb
commit 742f5cf0ca
3 changed files with 9 additions and 5 deletions

View File

@ -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. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -28,7 +28,7 @@
// ==/UserScript== // ==/UserScript==
/* /*
* appchan x - Version 2.9.41 - 2014-12-12 * appchan x - Version 2.9.41 - 2014-12-13
* *
* Licensed under the MIT license. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -9612,7 +9612,9 @@
$.on(counter, 'click', this.toggle.bind(this)); $.on(counter, 'click', this.toggle.bind(this));
return $.on(window, 'captcha:success', (function(_this) { return $.on(window, 'captcha:success', (function(_this) {
return function() { return function() {
return _this.save(false); return $.queueTask(function() {
return _this.save(false);
});
}; };
})(this)); })(this));
}, },

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript // 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. * Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE * https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -9632,7 +9632,9 @@
$.on(counter, 'click', this.toggle.bind(this)); $.on(counter, 'click', this.toggle.bind(this));
return $.on(window, 'captcha:success', (function(_this) { return $.on(window, 'captcha:success', (function(_this) {
return function() { return function() {
return _this.save(false); return $.queueTask(function() {
return _this.save(false);
});
}; };
})(this)); })(this));
}, },