Airport-Autocomplete-JS
Airport-Autocomplete-JS copied to clipboard
Weird formatting string - single-result"
Hello!
I see this strange formatting string. Why it has single"
? It seems like here's a mess with quotes.
const Formatting = `<div class="$(unique-result)"
single-result"
data-index="$(i)">
$(name) $(IATA)
</br>
$(city) ,$(country)
</div>`;
Thank you!