@ -426,6 +426,8 @@ SimpleAutocomplete.prototype.onItemMouseOver = function(elm)
SimpleAutocomplete.prototype.onItemClick = function(ev, elm)
{
var index = parseInt(elm.id.substr(this.id.length+6));
if (this.items[index][2])
return true;
if (this.moreMarker && this.items[index][1] == this.moreMarker)
// User clicked 'more'. Load more items without delay.