소스 검색

another spot...

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

+ 1 - 1
public/js/main.js

@@ -13,6 +13,6 @@
         js.setAttribute("async", true);
         js.onload = function() { hljs.initHighlight(); };
         js.setAttribute("src", "https://d2xxklvztqk0jd.cloudfront.net/js/highlight.js");
-        document.getElementsByTagName('script')[0].parentNode.insertBefore(js, t);
+        var t = document.getElementsByTagName('script')[0]; t.parentNode.insertBefore(js, t);
     }
 })(window);