From dc80fefb470f1303ad25ea435cebff37d46a5917 Mon Sep 17 00:00:00 2001 From: Breck Yunits Date: Sat, 14 Sep 2024 11:49:41 -1000 Subject: [PATCH] --- footer.scroll | 4 ++-- lists/explorer.scroll | 18 +++++++----------- package.json | 2 +- searchForm.scroll | 3 ++- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/footer.scroll b/footer.scroll index 678c59230483..0f58ecbffc92 100644 --- a/footer.scroll +++ b/footer.scroll @@ -35,5 +35,5 @@ stumpNoSnippet a Part of the World Wide Scroll href https://wws.scroll.pub - - +BASE_URL/lists/autocompleteCombined.js +script document.addEventListener("DOMContentLoaded", evt => initAutocomplete("trueBaseThemeHeaderSearch")) diff --git a/lists/explorer.scroll b/lists/explorer.scroll index 0b6649e170f3..b032e0b39b6b 100644 --- a/lists/explorer.scroll +++ b/lists/explorer.scroll @@ -22,14 +22,10 @@ endSnippet footer.scroll - - - - - - - - - +css .dt-search{font-family: "SF Pro", "Helvetica Neue", "Segoe UI", "Arial";} +../jquery-3.7.1.min.js +../code/browser/explorer/datatables.min.css +../code/browser/explorer/datatables.min.js +../pldb.js +../measures.js +../code/browser/explorer/explorer.js diff --git a/package.json b/package.json index 97a2e83fa42b..ef9791b20a8d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lodash": "^4.17.21", "monaco-editor": "^0.34.1", "numeral": "^2.0.6", - "scroll-cli": "^130.5.0", + "scroll-cli": "^131.0.0", "scrollsdk": "^84.0.0", "semver": "^7.6.2" }, diff --git a/searchForm.scroll b/searchForm.scroll index 8959f430fe2f..aa91e5cb212f 100644 --- a/searchForm.scroll +++ b/searchForm.scroll @@ -5,4 +5,5 @@ html - + +script document.addEventListener("DOMContentLoaded", evt => initAutocomplete("searchFormInput"))