Skip to content

Commit

Permalink
YaCy-UI: small bugfix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5601 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
apfelmaennchen committed Feb 11, 2009
1 parent 30a1de4 commit e4597bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions htroot/yacy/ui/index.html
Expand Up @@ -194,13 +194,8 @@
},
Edit: function() {
data = {
<<<<<<< .mine
"old": $("input[name='tag1']").getValue(),
"new": $("input[name='tag2']").getValue()
=======
"old": $("input[@name='tag1']").getValue(),
"new": $("input[@name='tag2']").getValue()
>>>>>>> .r5596
};
$.ajax({
type: "GET",
Expand Down

0 comments on commit e4597bd

Please sign in to comment.