git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7626 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 14 years ago
parent a9a9db98c8
commit 06afa94f9d

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

Loading…
Cancel
Save