small fix

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5531 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
apfelmaennchen 2009-01-28 22:52:26 +00:00
parent 9bd9ccade2
commit 025ebd7574

View File

@ -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(