Collect Static

This commit is contained in:
itqop 2024-03-18 00:15:25 +03:00
parent fdccf910a4
commit dce6127414
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ document.addEventListener("DOMContentLoaded", function() {
var targetMain = document.querySelector('#target-main'); var targetMain = document.querySelector('#target-main');
navbarToggler.addEventListener('click', function() { navbarToggler.addEventListener('click', function() {
targetMain.classList.toggle('shows'); targetMain.classList.toggle('show');
}); });
}); });

File diff suppressed because one or more lines are too long