You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy, I don't have time to dig into this and look at how it's working.
One quick option that comes to mind is you could add a class or id, and then bind the on-click in javascript after page load using the class or id, instead of adding it inline.
It took me quite a while to figure out why things were broken - the workaround via binding an id is already in place. Just thought I'd report that behavior as I am not sure if it's a bug or feature and obviously not me to decide.
I'm currently trying to add a menu to log out - laravel auth Package style:
So far no big deal until I noticed the ' being escaped, breaking code.
The text was updated successfully, but these errors were encountered: