|
|
@ -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',
|
|
|
|