mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fix: autocomplete.user on search page
This commit is contained in:
@@ -10,7 +10,7 @@ define('autocomplete', ['api'], function (api) {
|
|||||||
onselect = params;
|
onselect = params;
|
||||||
params = {};
|
params = {};
|
||||||
}
|
}
|
||||||
|
params = params || {};
|
||||||
app.loadJQueryUI(function () {
|
app.loadJQueryUI(function () {
|
||||||
input.autocomplete({
|
input.autocomplete({
|
||||||
delay: 200,
|
delay: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user