smooth things out

This commit is contained in:
prospect
2024-01-19 09:19:07 -05:00
parent 424329bca8
commit 3e8995ddb3
2 changed files with 1 additions and 5 deletions

View File

@@ -129,10 +129,6 @@ class PageTransitions {
this.forms.forEach(form => {
form.addEventListener('submit', e => {
e.preventDefault();
if (form.action === window.location.href) {
return;
}
this.navControl = new _NavControl__WEBPACK_IMPORTED_MODULE_1__["default"]();
if (this.navControl.toggleMenuBtn.classList.contains('active')) {
this.navControl.toggleNavMenu();
}

File diff suppressed because one or more lines are too long