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'; }