Skip to content

Commit

Permalink
fix: autocomplete.user on search page
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Oct 20, 2020
1 parent cf474ab commit 85cfe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/autocomplete.js
Expand Up @@ -10,7 +10,7 @@ define('autocomplete', ['api'], function (api) {
onselect = params;
params = {};
}

params = params || {};
app.loadJQueryUI(function () {
input.autocomplete({
delay: 200,
Expand Down

0 comments on commit 85cfe49

Please sign in to comment.