* fix upgrade path: VRFS-2331

This commit is contained in:
Seth Call 2014-10-09 16:45:48 -05:00
parent d08475c34e
commit 0fb721b8ed
1 changed files with 4 additions and 2 deletions

View File

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