@cagovweb/state-template 6.3.2 → 6.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/js/cagov.core.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var StateTemplateNpmPackageVersion="6.3.
|
|
1
|
+
var StateTemplateNpmPackageVersion="6.3.4";
|
|
2
2
|
/*!
|
|
3
3
|
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
4
4
|
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
@@ -8851,6 +8851,7 @@ window.addEventListener("load", () => {
|
|
|
8851
8851
|
|
|
8852
8852
|
const mobileCheck = () => {
|
|
8853
8853
|
const searchInput = document.querySelector(".search-textfield");
|
|
8854
|
+
if (!searchInput) return;
|
|
8854
8855
|
|
|
8855
8856
|
// Add a focus event listener to add the class on focus
|
|
8856
8857
|
searchInput.addEventListener("focus", () => {
|