This commit is contained in:
parent
bdb60646d0
commit
c59f4d93dd
11 changed files with 160 additions and 120 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { headerToggle, headerScrollVisibility } from './header.js';
|
||||
import { copyLink } from './share.js';
|
||||
import { backToTop } from './back-to-top.js';
|
||||
import { themeToggle } from './themeToggle.js';
|
||||
import { playVideo } from './hero-video.js';
|
||||
import { initDropdowns } from './dropdown.js';
|
||||
|
|
@ -14,6 +15,7 @@ window.onload = async function () {
|
|||
|
||||
headerToggle();
|
||||
themeToggle();
|
||||
backToTop();
|
||||
|
||||
copyLink();
|
||||
playVideo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue