modal share
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s

This commit is contained in:
Julie Blanc 2025-12-23 19:17:52 +01:00
parent 08ebf7fc9e
commit 5914178e2f
19 changed files with 440 additions and 63 deletions

View file

@ -1,4 +1,5 @@
import { headerToggle, headerScrollVisibility } from './header.js';
import { copyLink } from './share.js';
// TEMP, with includeHTML() --------------------------------------
@ -24,9 +25,10 @@ function runIncludeHTML() {
// Note: une fois que IncludeHTML() est supprimé, on peut supprimer tout le temp au dessus
// remplacer `function initAfterLoad()` par ↓
// window.onload = async function () {
// window.onload = async function () { }
function initAfterLoad() {
headerToggle();
headerScrollVisibility();
copyLink();
}