Mardak / profile

2 stars 7 forks source link

prevent script tags from loading async #62

Closed oyiptong closed 10 years ago

oyiptong commented 10 years ago

the script tags that are injected in the document's js sandbox are loaded async by default[1].

This change forces the scripts to be loaded synchronously

Closes #61

[1]: MDN on Async support