mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 02:21:37 +01:00
fix js
This commit is contained in:
parent
b9e4f627cc
commit
d0734456ca
@ -113,7 +113,7 @@ function openToc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
initializeMenu();
|
initializeMenu();
|
||||||
openToc()
|
openToc();
|
||||||
if (params.scrollToTop) scrollToTop();
|
if (params.scrollToTop) scrollToTop();
|
||||||
if (params.themeToggle) themeToggle();
|
if (params.themeToggle) themeToggle();
|
||||||
if (params.showCodeCopyButtons) showCodeCopyButtons();
|
if (params.showCodeCopyButtons) showCodeCopyButtons();
|
Loading…
Reference in New Issue
Block a user