I have some problem with symfony, the javascript works only after refreshing the page.
- when i go to the home page the javascript doesn’t work
- i click F5 and it starts working.
- i go to /users/ page – it doesn’t work
- i click F5 and it starts working
- adds new users and the page refreshes – doesn’t work
- i click F5 and it starts working
There are no errors in the console, nothing in dev.log either, when I look to see if the javascript loaded it is loaded correctly.
Anyone have any ideas?
- I changed javascript defer to true / false
- I commented out the javascript scripts