mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-27 00:42:36 +02:00
fix js
This commit is contained in:
@@ -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();
|
Reference in New Issue
Block a user