diff options
Diffstat (limited to 'src/scripts/script.ts')
| -rw-r--r-- | src/scripts/script.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripts/script.ts b/src/scripts/script.ts index 02fb7ff..3257514 100644 --- a/src/scripts/script.ts +++ b/src/scripts/script.ts | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | /// <reference lib="dom.iterable" /> | 2 | /// <reference lib="dom.iterable" /> |
| 3 | 3 | ||
| 4 | import { mountKeyboardNav } from "./lib/keyboardNav.ts"; | 4 | import { mountKeyboardNav } from "./lib/keyboardNav.ts"; |
| 5 | import { mountLightbox } from "./lib/lightbox.ts"; | ||
| 6 | import { mountSiteHeader } from "./lib/siteHeader.ts"; | 5 | import { mountSiteHeader } from "./lib/siteHeader.ts"; |
| 7 | import { mountTabbar } from "./lib/tabbar.ts"; | 6 | import { mountTabbar } from "./lib/tabbar.ts"; |
| 8 | import { mountToc } from "./lib/toc.ts"; | 7 | import { mountToc } from "./lib/toc.ts"; |
| @@ -11,7 +10,6 @@ document.body.classList.remove("t-no-js"); | |||
| 11 | document.body.classList.add("t-js"); | 10 | document.body.classList.add("t-js"); |
| 12 | 11 | ||
| 13 | mountKeyboardNav(); | 12 | mountKeyboardNav(); |
| 14 | mountLightbox(); | ||
| 15 | mountTabbar(); | 13 | mountTabbar(); |
| 16 | mountSiteHeader(); | 14 | mountSiteHeader(); |
| 17 | mountToc(); | 15 | mountToc(); |
