* VRFS-3121 - fix network test dialog
This commit is contained in:
parent
13e4e816d9
commit
a6128a195b
|
|
@ -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) =>
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.wizard-step.network-test {
|
||||
.wizard-step.network-test, .network-test {
|
||||
|
||||
.wizard-step-content .wizard-step-column {
|
||||
&:nth-of-type(1) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue