mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed typescript compile warnings
This commit is contained in:
parent
1395dae6e4
commit
2c34c5f9cb
1 changed files with 2 additions and 0 deletions
|
@ -352,7 +352,9 @@ $(document).on("ajaxUI:reload ajaxUI:start", function () {
|
|||
$('input[data-autocomplete]').each(function() {
|
||||
//@ts-ignore
|
||||
var engine = new Bloodhound({
|
||||
//@ts-ignore
|
||||
datumTokenizer: Bloodhound.tokenizers.obj.whitespace(''),
|
||||
//@ts-ignore
|
||||
queryTokenizer: Bloodhound.tokenizers.obj.whitespace(''),
|
||||
remote: {
|
||||
url: $(this).data('autocomplete'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue