浏览代码

last one I promise

Casey DeLorme 10 年之前
父节点
当前提交
e9a37e2295
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/js/main.js

+ 1 - 1
public/js/main.js

@@ -11,7 +11,7 @@
         var js = document.createElement('script');
         js.setAttribute("type", "text/javascript");
         js.setAttribute("async", true);
-        js.onload = function() { hljs.initHighlight(); };
+        js.onload = function() { hljs.initHighlighting(); };
         js.setAttribute("src", "https://d2xxklvztqk0jd.cloudfront.net/js/highlight.js");
         var t = document.getElementsByTagName('script')[0]; t.parentNode.insertBefore(js, t);
     }