Skip to content

Commit

Permalink
Keep focus
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent af8b0ed commit ccc8a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imp/js/prettyautocomplete.js
Expand Up @@ -199,9 +199,9 @@ var IMP_PrettyAutocompleter = Class.create({
if (elt.hasClassName(this.p.removeClass)) {
elt.up('LI').remove();
this.updateHiddenInput();
} else {
this.p.input.focus();
}

this.p.input.focus();
},

keydownHandler: function(e)
Expand Down

0 comments on commit ccc8a2e

Please sign in to comment.