Hi,
I'm getting javascript errors for all my links that contain javascript events. This is caused by the user trying to click on a link, and yet the javascript files have not been loaded yet.
How can I resolve this issue? Is there any way of blocking the javascript events until all the javascript files are loaded?
Thanks.