|
|
@ -103,12 +103,10 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
openStandalone() {
|
|
|
|
openStandalone() {
|
|
|
|
if (window.getEnvironment() !== 'production') {
|
|
|
|
window.addSetupMenuItems();
|
|
|
|
window.addSetupMenuItems();
|
|
|
|
this.resetViews();
|
|
|
|
this.resetViews();
|
|
|
|
this.standaloneView = new Whisper.StandaloneRegistrationView();
|
|
|
|
this.standaloneView = new Whisper.StandaloneRegistrationView();
|
|
|
|
this.openView(this.standaloneView);
|
|
|
|
this.openView(this.standaloneView);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
closeStandalone() {
|
|
|
|
closeStandalone() {
|
|
|
|
if (this.standaloneView) {
|
|
|
|
if (this.standaloneView) {
|
|
|
|