From bc1e7da83f04f6bc82b27c3f0c9682d57dff2712 Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Tue, 10 Feb 2009 12:35:09 +0000 Subject: [PATCH] small bugfix for Safari to work with YaCy-UI git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5590 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacy/ui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htroot/yacy/ui/index.html b/htroot/yacy/ui/index.html index a609d7d5f..edb812149 100644 --- a/htroot/yacy/ui/index.html +++ b/htroot/yacy/ui/index.html @@ -144,8 +144,8 @@ }, Edit: function() { data = { - old: $("input[@name='tag1']").getValue(), - new: $("input[@name='tag2']").getValue() + "old": $("input[@name='tag1']").getValue(), + "new": $("input[@name='tag2']").getValue() }; $.ajax({ type: "GET",