mirror of
https://github.com/beestat/app.git
synced 2025-06-04 06:07:19 -04:00
Fixed minor contribution bug
This commit is contained in:
parent
5c40ed773c
commit
cb66d0439c
@ -2,6 +2,18 @@
|
|||||||
* Main contribute card.
|
* Main contribute card.
|
||||||
*/
|
*/
|
||||||
beestat.component.card.contribute = function() {
|
beestat.component.card.contribute = function() {
|
||||||
|
const self = this;
|
||||||
|
|
||||||
|
beestat.dispatcher.addEventListener(
|
||||||
|
[
|
||||||
|
'cache.user',
|
||||||
|
'cache.stripe_event'
|
||||||
|
],
|
||||||
|
function() {
|
||||||
|
self.rerender();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
beestat.component.card.apply(this, arguments);
|
beestat.component.card.apply(this, arguments);
|
||||||
|
|
||||||
this.state_.currency_multiplier = [
|
this.state_.currency_multiplier = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user