diff --git a/web/app/assets/javascripts/download_jamtrack.js.coffee b/web/app/assets/javascripts/download_jamtrack.js.coffee index 634d1b9ae..0854d49db 100644 --- a/web/app/assets/javascripts/download_jamtrack.js.coffee +++ b/web/app/assets/javascripts/download_jamtrack.js.coffee @@ -499,6 +499,8 @@ context.JK.DownloadJamTrack = class DownloadJamTrack @bytesReceived = Number(bytesReceived) @bytesTotal = Number(bytesTotal) + # the reason this timeout is set is because, without it, + # we observe that the client will hang. So, if you remove this timeout, make sure to test with real client setTimeout(this.updateDownloadProgress, 100) downloadSuccessCallback: (updateLocation) => diff --git a/web/app/assets/stylesheets/client/wizard/gearWizard.css.scss b/web/app/assets/stylesheets/client/wizard/gearWizard.css.scss index c8161d018..67da47a12 100644 --- a/web/app/assets/stylesheets/client/wizard/gearWizard.css.scss +++ b/web/app/assets/stylesheets/client/wizard/gearWizard.css.scss @@ -354,7 +354,7 @@ } } - .wizard-step.network-test { + .wizard-step.network-test, .network-test { .wizard-step-content .wizard-step-column { &:nth-of-type(1) {