pull/382/head
Beaudan 6 years ago
parent 73b417e605
commit 9dae805017

@ -13,7 +13,9 @@
this.okText = options.okText || i18n('ok'); this.okText = options.okText || i18n('ok');
this.render(); this.render();
this.$('.betaDisclaimerView').show(); this.$('.betaDisclaimerView').show();
this.$('.beta-disclaimer-dialog').bind('keyup', event => this.onKeyup(event)); this.$('.beta-disclaimer-dialog').bind('keyup', event =>
this.onKeyup(event)
);
}, },
events: { events: {
'click .ok': 'close', 'click .ok': 'close',

@ -91,8 +91,7 @@
model: { window: options.window }, model: { window: options.window },
}); });
if (!window.storage.get('betaReleaseDisclaimerAccepted')) if (!window.storage.get('betaReleaseDisclaimerAccepted')) {
{
this.showBetaReleaseDisclaimer(); this.showBetaReleaseDisclaimer();
} }

Loading…
Cancel
Save