From 62c1d2098c8c1fd601ea238f7802722e4bcfa3ce Mon Sep 17 00:00:00 2001 From: hiproz Date: Tue, 16 Feb 2021 05:11:22 +0800 Subject: [PATCH] Update app.js update the Deprecated initHighlightingOnLoad function --- app/resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/js/app.js b/app/resources/js/app.js index 2053f66..7001168 100644 --- a/app/resources/js/app.js +++ b/app/resources/js/app.js @@ -48,4 +48,4 @@ new Vue({ } }); -hljs.initHighlightingOnLoad(); +hljs.highlightAll();