Skip to content

Commit

Permalink
- Patch #1099062 by nod_, droplet: Autocomplete.js micro optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuytaert committed Jan 29, 2012
1 parent 14e1deb commit 92dee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Drupal.autocompleteSubmit = function () {
Drupal.jsAC = function ($input, db) {
var ac = this;
this.input = $input[0];
this.ariaLive = $('#' + $input.attr('id') + '-autocomplete-aria-live');
this.ariaLive = $('#' + this.input.id + '-autocomplete-aria-live');
this.db = db;

$input
Expand Down

0 comments on commit 92dee11

Please sign in to comment.