Disable turbo functionality for now

This commit is contained in:
Alex 2026-06-09 13:26:08 -07:00
parent 39808a8cf3
commit 854fa74daa
4 changed files with 11 additions and 18 deletions

View file

@ -1,5 +1,5 @@
import './styles/landing.css';
import './stimulus_bootstrap.js';
//import './stimulus_bootstrap.js';
const mobileMenu = () => {
const icon = document.querySelector('.icon-menu');
@ -57,9 +57,6 @@ const scrollTo = () => {
});
}
document.addEventListener('turbo:frame-load', (event) => {
mobileMenu();
jobInfoToggle();
scrollTo();
});
mobileMenu();
jobInfoToggle();
scrollTo();