mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
fix: params cached in autocomplete module
This commit is contained in:
@@ -49,7 +49,10 @@ define('autocomplete', function () {
|
|||||||
});
|
});
|
||||||
response(names);
|
response(names);
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.ui-autocomplete a').attr('data-ajaxify', 'false');
|
$('.ui-autocomplete a').attr('data-ajaxify', 'false');
|
||||||
|
delete params.query;
|
||||||
|
delete params.paginate;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user