* VRFS-3121 - fix network test dialog

This commit is contained in:
Seth Call 2015-04-28 17:39:59 -05:00
parent 13e4e816d9
commit a6128a195b
2 changed files with 3 additions and 1 deletions

View File

@ -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) =>

View File

@ -354,7 +354,7 @@
}
}
.wizard-step.network-test {
.wizard-step.network-test, .network-test {
.wizard-step-content .wizard-step-column {
&:nth-of-type(1) {