fix navbar
This commit is contained in:
parent
f47f392fc9
commit
fdccf910a4
|
@ -23,6 +23,6 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||
var targetMain = document.querySelector('#target-main');
|
||||
|
||||
navbarToggler.addEventListener('click', function() {
|
||||
targetMain.classList.toggle('shows');
|
||||
targetMain.classList.toggle('show');
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue