I would like to initialize my app on M1 2.6.3.
My typical initialization code is [ localStorage.setItem(‘Key’,’data’);] .
Shuold I put it somewhere in the app_custom.js?
I tried to put it several places in the app_custom.js, but I have not been able to define the local storage.
Is there some places elsewhere?
Where can I put the initialization code to?
Thank you for your comment in advance,
ueda