mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10: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;
|
||||
params = {};
|
||||
}
|
||||
|
||||
params = params || {};
|
||||
app.loadJQueryUI(function () {
|
||||
input.autocomplete({
|
||||
delay: 200,
|
||||
|
||||
Reference in New Issue
Block a user