mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
fix: #7366
This commit is contained in:
@@ -358,6 +358,10 @@ define('forum/chats', [
|
||||
};
|
||||
|
||||
Chats.createAutoComplete = function (element) {
|
||||
if (!element.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
var data = {
|
||||
element: element,
|
||||
strategies: [],
|
||||
|
||||
Reference in New Issue
Block a user