Skip to content

Commit

Permalink
Merge pull request #657 from stellarwp/bugfix/KAD-4076
Browse files Browse the repository at this point in the history
bugfix/KAD-4076
  • Loading branch information
oakesjosh authored Jan 29, 2025
2 parents 982f153 + f0541fd commit 916e598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/kb-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
window.kadenceSearchBlock = {
cache: {},
initSearch() {
window.kadenceSearchBlock.cache = document.querySelectorAll('.kb-search-modal-container');
window.kadenceSearchBlock.cache = document.querySelectorAll('.kb-search-form');
if (!window.kadenceSearchBlock.cache.length) {
console.log('No search block found');
return;
Expand Down

0 comments on commit 916e598

Please sign in to comment.