Parcourir la source

another spot...

Casey DeLorme il y a 10 ans
Parent
commit
37bb0fe415
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/js/main.js

+ 1 - 1
public/js/main.js

@@ -13,6 +13,6 @@
         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");
-        document.getElementsByTagName('script')[0].parentNode.insertBefore(js, t);
+        var t = document.getElementsByTagName('script')[0]; t.parentNode.insertBefore(js, t);
     }
     }
 })(window);
 })(window);