Skip to content

Commit

Permalink
Remove other console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Jan 31, 2025
1 parent 248af76 commit 9cedac2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion includes/assets/js/kb-search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/assets/js/kb-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
if (openModalButton) {
const showModalButton = function (e) {
e.preventDefault();
console.log('showModalButton');
modalDiv.classList.add('active');
openModalButton.setAttribute('aria-hidden', 'true');
closeModalButton.removeAttribute('aria-hidden');
Expand All @@ -34,7 +33,6 @@
};
const hideModalButton = function (e) {
e.preventDefault();
console.log('hideModalButton');
modalDiv.classList.remove('active');
openModalButton.removeAttribute('aria-hidden');
closeModalButton.setAttribute('aria-hidden', 'true');
Expand Down

0 comments on commit 9cedac2

Please sign in to comment.