mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied prettier, refs #1890
This commit is contained in:
parent
f156bf9e6b
commit
3652b7472a
1 changed files with 3 additions and 1 deletions
|
|
@ -239,7 +239,9 @@ var DROPDOWN_ICON_SVG = `<svg xmlns="http://www.w3.org/2000/svg" width="14" heig
|
||||||
/* Set up datalist autocomplete for filter values */
|
/* Set up datalist autocomplete for filter values */
|
||||||
(function () {
|
(function () {
|
||||||
function createDataLists() {
|
function createDataLists() {
|
||||||
var facetResults = document.querySelectorAll(".facet-results [data-column]");
|
var facetResults = document.querySelectorAll(
|
||||||
|
".facet-results [data-column]"
|
||||||
|
);
|
||||||
Array.from(facetResults).forEach(function (facetResult) {
|
Array.from(facetResults).forEach(function (facetResult) {
|
||||||
// Use link text from all links in the facet result
|
// Use link text from all links in the facet result
|
||||||
var linkTexts = Array.from(
|
var linkTexts = Array.from(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue