ignite-tc-helper-web/src/main/webapp/current.html [250:263]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
showData(result);
g_shownDataHashCodeHex = isDefinedAndFilled(result.hashCodeHex) ? result.hashCodeHex : "";
if (!g_checkForUpdateSched) {
g_checkForUpdateSched = true;
setTimeout(checkForUpdate, 20000);
}
},
error: showErrInLoadStatus
});
}
function loadPartialData() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ignite-tc-helper-web/src/main/webapp/pr.html [167:181]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
showData(result);
g_shownDataHashCodeHex = isDefinedAndFilled(result.hashCodeHex) ? result.hashCodeHex : "";
if (!g_checkForUpdateSched) {
g_checkForUpdateSched = true;
setTimeout(checkForUpdate, 20000);
}
},
error: showErrInLoadStatus
});
}
function loadPartialData() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -