Skip to content

Commit

Permalink
Don't add initial text twice
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 8, 2013
1 parent 101c4d3 commit af8b0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/prettyautocomplete.js
Expand Up @@ -96,7 +96,7 @@ var IMP_PrettyAutocompleter = Class.create({
this.p.input = new Element('INPUT', {
autocomplete: 'off',
className: this.p.growingInputClass
}).setValue($F(this.p.elt));
});

// Build the outer box
this.p.box.insert(
Expand Down

0 comments on commit af8b0ed

Please sign in to comment.