From bb842bd147bcdeeca2a0789afd85be705502aaba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Brossaud?= Date: Mon, 29 May 2023 19:26:34 +0200 Subject: [PATCH] maybe repared a mistake in publication --- publications.html | 2 +- src/js/index/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/publications.html b/publications.html index 4b2c8d7..30dd5fc 100644 --- a/publications.html +++ b/publications.html @@ -66,7 +66,7 @@ - +

pink square diff --git a/src/js/index/index.js b/src/js/index/index.js index d3e1d8f..a825a79 100644 --- a/src/js/index/index.js +++ b/src/js/index/index.js @@ -59,7 +59,7 @@ function slide({ timing, draw, duration }) { } function draw(progress) { - const train = document.getElementById('train'); + const train = document.getElementById('lahidden'); train.style.left = progress + 'px'; }