diff --git a/hinter.js b/hinter.js index 4a7c8a4..6574d30 100644 --- a/hinter.js +++ b/hinter.js @@ -523,8 +523,6 @@ SimpleAutocomplete.prototype.onKeyPress = function(ev) // Called when input receives focus SimpleAutocomplete.prototype.onInputFocus = function() { - if (this.disabledUntil) - this.enable(); this.show(); this.input.autocomplete = 'off'; this.hasFocus = true;