Open ToeiRei opened 5 years ago
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.
Great thanks, I'll leave this open for review.
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.