From 16a4dc43137edf413849eec4b10dbbcfaa66b2a7 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 8 Mar 2024 14:01:03 -0500 Subject: themes/default/layouts/partials/navigator-middle: Use query selector Search entry -> search box --- static/js/fixedsearch.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'static') diff --git a/static/js/fixedsearch.ts b/static/js/fixedsearch.ts index f933dd7..04d318b 100644 --- a/static/js/fixedsearch.ts +++ b/static/js/fixedsearch.ts @@ -8,11 +8,11 @@ (function () { ["DOMContentLoaded", "URLChangedCustomEvent"].forEach(function (event) { self.addEventListener(event, function () { - const form = document.getElementById("search-form"); // targets
- const query = document.getElementById("search-input"); // targets - const submit = document.getElementById("search-submit"); // targets