From 025ebd75741151dbe2fbaed5abad257d6b9c3dd2 Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Wed, 28 Jan 2009 22:52:26 +0000 Subject: [PATCH] small fix git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5531 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacy/ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/yacy/ui/index.html b/htroot/yacy/ui/index.html index c2d13b456..926534d62 100644 --- a/htroot/yacy/ui/index.html +++ b/htroot/yacy/ui/index.html @@ -182,7 +182,7 @@ }; $.ajax({ type: 'POST', - url: "/api/bookmarks/tags/addTag.xml", + url: "/api/bookmarks/tags/addTag_p.xml", data: data, dataType: 'xml' }); // close $.ajax(