Build
This commit is contained in:
parent
aec444c6cb
commit
742f5cf0ca
2
LICENSE
2
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.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -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));
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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));
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user