Skip to content

Commit

Permalink
Move ui.cloudInstallCancelDisabled to open()
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlaura committed Apr 20, 2016
1 parent db3aa9c commit fa9f713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generic_ui/polymer/cloud-install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Polymer({
this.injectBoundHTML(
ui.i18nSanitizeHtml(ui.i18n_t('CLOUD_INSTALL_LOGIN_MESSAGE')),
this.$.loginMessage);


ui.cloudInstallCancelDisabled = false;
this.$.getStartedOverlay.open();
},
showDigitalOceanAccountHelpOverlay: function() {
Expand Down Expand Up @@ -66,7 +67,6 @@ Polymer({
if (!this.$.installingOverlay.opened) {
this.closeOverlays();
ui.cloudInstallStatus = '';
ui.cloudInstallCancelDisabled = false;
this.$.installingOverlay.open();
}
ui.cloudUpdate({
Expand Down

0 comments on commit fa9f713

Please sign in to comment.