mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
Run lint
This commit is contained in:
parent
73b417e605
commit
9dae805017
2 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,9 @@
|
|||
this.okText = options.okText || i18n('ok');
|
||||
this.render();
|
||||
this.$('.betaDisclaimerView').show();
|
||||
this.$('.beta-disclaimer-dialog').bind('keyup', event => this.onKeyup(event));
|
||||
this.$('.beta-disclaimer-dialog').bind('keyup', event =>
|
||||
this.onKeyup(event)
|
||||
);
|
||||
},
|
||||
events: {
|
||||
'click .ok': 'close',
|
||||
|
|
|
@ -91,8 +91,7 @@
|
|||
model: { window: options.window },
|
||||
});
|
||||
|
||||
if (!window.storage.get('betaReleaseDisclaimerAccepted'))
|
||||
{
|
||||
if (!window.storage.get('betaReleaseDisclaimerAccepted')) {
|
||||
this.showBetaReleaseDisclaimer();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue