Collect Static
This commit is contained in:
parent
fdccf910a4
commit
dce6127414
|
@ -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');
|
||||
});
|
||||
});
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue