summaryrefslogtreecommitdiff
path: root/htroot/js/IndexCreate.js
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-01-16 00:02:55 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-01-16 00:02:55 +0000
commit6663365720d6c99ee55794cf96d1ca2ae83208e4 (patch)
treea3599a3e12df347e766e26fe5ff40ad69458699f /htroot/js/IndexCreate.js
parentb423d0a03677edd7fc956b06496075fdefc95314 (diff)
adopted many calls to new api path
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5498 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/js/IndexCreate.js')
-rw-r--r--htroot/js/IndexCreate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/js/IndexCreate.js b/htroot/js/IndexCreate.js
index 45229fd41..7c2d1b97f 100644
--- a/htroot/js/IndexCreate.js
+++ b/htroot/js/IndexCreate.js
@@ -64,5 +64,5 @@ function loadInfos(){
document.getElementsByName("ajax")[0].setAttribute("src",AJAX_ON);
url=document.getElementsByName("crawlingURL")[0].value;
- sndReq('/xml/util/getpageinfo_p.xml?actions=title,robots&url='+url);
+ sndReq('/api/util/getpageinfo_p.xml?actions=title,robots&url='+url);
}