Casey DeLorme před 10 roky
rodič
revize
37bb0fe415
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);