Commit 96fec446 authored by Andrey Filippov's avatar Andrey Filippov

Additional problem report message

parent 610d590e
......@@ -417,7 +417,6 @@ function configs_mainLoop() {
}
function startConfigsXML() {
configs_cameraTimer(document.configs.timeout);
checkBadUrl(document.configs.url, "startConfigsXML");
......@@ -441,7 +440,7 @@ function receivedConfigsXML() {
{ //
configs_mainLoop(); // **** back to main loop ****
} else {
alert_once("There was a problem retrieving the XML data (receivedConfigsXML):\n" + configXML_req.statusText);
alert_once("There was a problem retrieving the XML data (receivedConfigsXML):\n" + configXML_req.statusText + " document.configs.url="+ document.configs.url);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment