mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-03 10:15:27 +02:00
Fix missing ac -> autocomplete renaming
This commit is contained in:
parent
20035f6411
commit
9b077ae195
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ export function listenAutocomplete() {
|
|||
}
|
||||
}
|
||||
|
||||
const { acMinLength: minTermLength, acSource: endpointUrl } = targetedInput.dataset;
|
||||
const { autocompleteMinLength: minTermLength, autocompleteSource: endpointUrl } = targetedInput.dataset;
|
||||
|
||||
if (!endpointUrl) return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue