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