diff --git a/hinter.js b/hinter.js index d1671f2..9f9517a 100644 --- a/hinter.js +++ b/hinter.js @@ -427,7 +427,7 @@ SimpleAutocomplete.prototype.onItemClick = function(ev, elm) { var index = parseInt(elm.id.substr(this.id.length+6)); if (this.items[index][2]) - return true; + return false; if (this.moreMarker && this.items[index][1] == this.moreMarker) { // User clicked 'more'. Load more items without delay.