Disable turbo functionality for now
This commit is contained in:
parent
39808a8cf3
commit
854fa74daa
4 changed files with 11 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import './stimulus_bootstrap.js';
|
||||
//import './stimulus_bootstrap.js';
|
||||
import './styles/main.css';
|
||||
|
||||
const mobileMenu = () => {
|
||||
|
|
@ -47,7 +47,6 @@ const album = () => {
|
|||
|
||||
|
||||
}
|
||||
document.addEventListener('turbo:frame-load', (event) => {
|
||||
mobileMenu();
|
||||
album();
|
||||
});
|
||||
|
||||
mobileMenu();
|
||||
album();
|
||||
Loading…
Add table
Add a link
Reference in a new issue