Skip to content

Commit fa9f713

Browse files
committed
Move ui.cloudInstallCancelDisabled to open()
1 parent db3aa9c commit fa9f713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generic_ui/polymer/cloud-install.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Polymer({
2626
this.injectBoundHTML(
2727
ui.i18nSanitizeHtml(ui.i18n_t('CLOUD_INSTALL_LOGIN_MESSAGE')),
2828
this.$.loginMessage);
29-
29+
30+
ui.cloudInstallCancelDisabled = false;
3031
this.$.getStartedOverlay.open();
3132
},
3233
showDigitalOceanAccountHelpOverlay: function() {
@@ -66,7 +67,6 @@ Polymer({
6667
if (!this.$.installingOverlay.opened) {
6768
this.closeOverlays();
6869
ui.cloudInstallStatus = '';
69-
ui.cloudInstallCancelDisabled = false;
7070
this.$.installingOverlay.open();
7171
}
7272
ui.cloudUpdate({

0 commit comments

Comments
 (0)