Selaa lähdekoodia

missed a spot

Casey DeLorme 10 vuotta sitten
vanhempi
säilyke
8affc2c89f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      public/js/main.js

+ 2 - 1
public/js/main.js

@@ -8,7 +8,8 @@
         css.setAttribute("type", "text/css");
         css.setAttribute("type", "text/css");
         css.setAttribute("href", "https://d2xxklvztqk0jd.cloudfront.net/css/sunburst.js");
         css.setAttribute("href", "https://d2xxklvztqk0jd.cloudfront.net/css/sunburst.js");
         document.getElementsByTagName("head")[0].appendChild(css);
         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.setAttribute("async", true);
         js.onload = function() { hljs.initHighlight(); };
         js.onload = function() { hljs.initHighlight(); };
         js.setAttribute("src", "https://d2xxklvztqk0jd.cloudfront.net/js/highlight.js");
         js.setAttribute("src", "https://d2xxklvztqk0jd.cloudfront.net/js/highlight.js");