This commit is contained in:
Wonderfall 2022-07-28 03:34:52 +02:00
parent b9e4f627cc
commit d0734456ca

View File

@ -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();