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
If the user has a script with an inline onload handler:
<script src="foo.js" onload="alert(123)" type="text/javascript"></script>
and we convert it to ControlJS:
<script cjssrc="foo.js" onload="alert(123)" type="text/cjs"></script>
I'm pretty sure alert(123) is never called. ControlJS ignore inline onload
handlers for scripts. We should pass these through so they get called.
Original issue reported on code.google.com by stevesou...@gmail.com on 17 Dec 2010 at 12:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stevesou...@gmail.com
on 17 Dec 2010 at 12:14The text was updated successfully, but these errors were encountered: