From 974d8c1722bc9c33e33e560fef39e9792e59f735 Mon Sep 17 00:00:00 2001 From: allo Date: Wed, 22 Feb 2006 12:39:47 +0000 Subject: [PATCH] typo git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1741 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/js/WatchCrawler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/js/WatchCrawler.js b/htroot/js/WatchCrawler.js index 700014b0c..3d843b2d8 100644 --- a/htroot/js/WatchCrawler.js +++ b/htroot/js/WatchCrawler.js @@ -103,7 +103,7 @@ function handleQueues(){ createRemoteCrawlerTable(remotecrawlerqueue); remotecrawlerqueue_size=getValue(getFirstChild(remotecrawlerqueue, "size")); document.getElementById("remotecrawlerqueuesize").firstChild.nodeValue=remotecrawlerqueue_size; - createremoteCrawlerTable(remotecrawlerqueue); + createRemoteCrawlerTable(remotecrawlerqueue); } } function removeAllChildren(element){