Jelajahi Sumber

another spot...

Casey DeLorme 10 tahun lalu
induk
melakukan
37bb0fe415
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);