From c44c49cb393f5a99c537635178783270dfa2fb2d Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 8 Mar 2013 23:22:56 +0000 Subject: [PATCH] Template: fix timestamp(), fix comments, add plural_ru() function; hinter: remove dead code --- hinter.js | 2 -- 1 file changed, 2 deletions(-) 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;