Commit 66077aa1 authored by Liang's avatar Liang
parent 117b7f9a
...@@ -377,7 +377,8 @@ $.extend(Page.prototype, { ...@@ -377,7 +377,8 @@ $.extend(Page.prototype, {
dataType: "script", dataType: "script",
cache: true, cache: true,
success: function () { success: function () {
hljs.initHighlightingOnLoad(); hljs.initHighlighting.called = false;
hljs.initHighlighting();
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment