diff options
-rw-r--r-- | ui/jquery.ui.autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 3aa5d42dc..226b2b1b4 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -191,8 +191,8 @@ $.widget( "ui.autocomplete", { _response: function( content ) { if ( content.length ) { content = this._normalize( content ); - this._trigger( "open" ); this._suggest( content ); + this._trigger( "open" ); } else { this.close(); } |