Template: fix timestamp(), fix comments, add plural_ru() function; hinter: remove dead code

master
Vitaliy Filippov 2013-03-08 23:22:56 +00:00
parent 09c4f7977c
commit c44c49cb39
1 changed files with 0 additions and 2 deletions

View File

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