diff --git a/htroot/js/WatchCrawler.js b/htroot/js/WatchCrawler.js index 4805313ab..3ae065ed3 100644 --- a/htroot/js/WatchCrawler.js +++ b/htroot/js/WatchCrawler.js @@ -113,7 +113,8 @@ function handleQueues(){ return; } var queuesResponse = queuesRPC.responseXML; - xml=getFirstChild(queuesResponse); + //xml=getFirstChild(queuesResponse); + xml=getFirstChild(queuesResponse, "queues"); if(queuesResponse != null){ clearTable(document.getElementById("queueTable"), 1);