1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Fixed #315 - Patreon linking hits rate limit

Had an extra rerender() in there.
This commit is contained in:
Jon Ziebell 2021-01-27 21:09:34 -05:00
parent 2155015bb6
commit 15724bc78d

View File

@ -31,8 +31,6 @@ beestat.component.modal.patreon_status.prototype.decorate_contents_ = function(p
* @param {rocket.Elements} parent
*/
beestat.component.modal.patreon_status.prototype.decorate_wait_ = function(parent) {
var self = this;
parent.appendChild(
$.createElement('div')
.style({
@ -47,7 +45,6 @@ beestat.component.modal.patreon_status.prototype.decorate_wait_ = function(paren
api.set_callback(function(response) {
beestat.cache.set('user', response);
self.rerender();
});
window.setTimeout(function() {