* fix upgrade path: VRFS-2331
This commit is contained in:
parent
d08475c34e
commit
0fb721b8ed
|
|
@ -140,8 +140,10 @@
|
|||
}
|
||||
|
||||
function updateScoringIntervals() {
|
||||
// make sure latency testing is still going on, in case a refresh occurred during network test
|
||||
context.jamClient.SetLatencyTestBlocked(false)
|
||||
if(context.jamClient.SetLatencyTestBlocked) {
|
||||
// make sure latency testing is still going on, in case a refresh occurred during network test
|
||||
context.jamClient.SetLatencyTestBlocked(false)
|
||||
}
|
||||
|
||||
// set scoring intervals
|
||||
if(context.jamClient.SetScoreWorkTimingInterval){
|
||||
|
|
|
|||
Loading…
Reference in New Issue