mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +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() {
|
$('input[data-autocomplete]').each(function() {
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
var engine = new Bloodhound({
|
var engine = new Bloodhound({
|
||||||
|
//@ts-ignore
|
||||||
datumTokenizer: Bloodhound.tokenizers.obj.whitespace(''),
|
datumTokenizer: Bloodhound.tokenizers.obj.whitespace(''),
|
||||||
|
//@ts-ignore
|
||||||
queryTokenizer: Bloodhound.tokenizers.obj.whitespace(''),
|
queryTokenizer: Bloodhound.tokenizers.obj.whitespace(''),
|
||||||
remote: {
|
remote: {
|
||||||
url: $(this).data('autocomplete'),
|
url: $(this).data('autocomplete'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue