Skip to content

Commit

Permalink
Update jQuery Autocomplete to 1.2.27 (#13282)
Browse files Browse the repository at this point in the history
  • Loading branch information
viocassel authored and rdeutz committed Jan 15, 2017
1 parent 07da22f commit caa0b75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion media/jui/js/jquery.autocomplete.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Ajax Autocomplete for jQuery, version 1.2.26
* Ajax Autocomplete for jQuery, version 1.2.27
* (c) 2015 Tomas Kirda
*
* Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license.
Expand Down Expand Up @@ -853,6 +853,7 @@
var that = this;
that.hide();
that.onSelect(i);
that.disableKillerFn();
},

moveUp: function () {
Expand Down
Loading

0 comments on commit caa0b75

Please sign in to comment.