mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-07-22 22:20:35 -04:00
load highlightingjs without inline
This commit is contained in:
parent
c672ce9026
commit
a889886d18
2 changed files with 7 additions and 4 deletions
|
@ -105,4 +105,8 @@ function showCodeCopyButtons() {
|
|||
initializeMenu();
|
||||
if (params.scrollToTop) scrollToTop();
|
||||
if (params.themeToggle) themeToggle();
|
||||
if (params.showCodeCopyButtons) showCodeCopyButtons();
|
||||
if (params.showCodeCopyButtons) showCodeCopyButtons();
|
||||
|
||||
if ('hljs' in window) {
|
||||
hljs.initHighlightingOnLoad();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue