|
@@ -8,7 +8,8 @@
|
|
|
css.setAttribute("type", "text/css");
|
|
|
css.setAttribute("href", "https://d2xxklvztqk0jd.cloudfront.net/css/sunburst.js");
|
|
|
document.getElementsByTagName("head")[0].appendChild(css);
|
|
|
- var js = document.createElement('script'); s.type = 'text/javascript';
|
|
|
+ var js = document.createElement('script');
|
|
|
+ js.setAttribute("type", "text/javascript");
|
|
|
js.setAttribute("async", true);
|
|
|
js.onload = function() { hljs.initHighlight(); };
|
|
|
js.setAttribute("src", "https://d2xxklvztqk0jd.cloudfront.net/js/highlight.js");
|