소스 검색

missed a spot

Casey DeLorme 10 년 전
부모
커밋
8affc2c89f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      public/js/main.js

+ 2 - 1
public/js/main.js

@@ -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");