From 06afa94f9d109ffbb56df21ff334a8c397131cf6 Mon Sep 17 00:00:00 2001 From: lotus Date: Thu, 24 Mar 2011 06:24:37 +0000 Subject: [PATCH] hups git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7626 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacy/ui/js/jquery.autocomplete.yacy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/yacy/ui/js/jquery.autocomplete.yacy.js b/htroot/yacy/ui/js/jquery.autocomplete.yacy.js index 7f274097a..bcefb7428 100644 --- a/htroot/yacy/ui/js/jquery.autocomplete.yacy.js +++ b/htroot/yacy/ui/js/jquery.autocomplete.yacy.js @@ -599,7 +599,7 @@ $.Autocompleter.Select = function (options, input, select, config) { /*if(target(event).nodeName && target(event).nodeName.toUpperCase() == 'LI') { active = $("li", list).removeClass(CLASSES.ACTIVE).index(target(event)); $(target(event)).addClass(CLASSES.ACTIVE); - }*/ YACY FIX: do not select on mouseover + } YACY FIX: do not select on mouseover */ }).click(function(event) { $(target(event)).addClass(CLASSES.ACTIVE); select();