/* Modified Version of Fixed Search: https://gist.github.com/cmod/5410eae147e4318164258742dd053993 MIT License: https://gist.github.com/Arty2/8b0c43581013753438a3d35c15091a9f#file-license-md */ (function () { self.addEventListener("DOMContentLoaded", function () { const form = document.getElementById("search-form"); // search form const query = document.getElementById("search-input"); // input box for search const submit = document.getElementById("search-submit"); // form submit button const dropdown = document.getElementById("search-results"); // targets the