diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 22:32:09 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 22:32:09 +0200 |
| commit | 656b606c3ed21c64823cd5a91dfc9ca01fa7b1fb (patch) | |
| tree | 0e93a2cc828f6d5167dfae6ec93a5c96ee8980d8 /src/scripts/script.ts | |
| parent | Use online release of Corvos (diff) | |
| download | corvos-website-656b606c3ed21c64823cd5a91dfc9ca01fa7b1fb.tar.gz corvos-website-656b606c3ed21c64823cd5a91dfc9ca01fa7b1fb.tar.bz2 corvos-website-656b606c3ed21c64823cd5a91dfc9ca01fa7b1fb.zip | |
Package cleanup
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(); |
