From d4ec062e6b5241917e6a0d8279f78b032fdbebd1 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 22 Apr 2022 19:04:05 +0100 Subject: [PATCH] back to old --- app/templates/timeline.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/timeline.html b/app/templates/timeline.html index 622bdfd..f236d34 100644 --- a/app/templates/timeline.html +++ b/app/templates/timeline.html @@ -65,6 +65,9 @@ }); } document.querySelector('#intro a[href="#title"]').addEventListener('click', event => { + document.querySelector('#intro').style.display = 'none' + document.querySelector('#contact').style.display = 'none' + document.querySelector('#timeline').style.display = 'block' load_timeline() }) if (document.location.hash.slice(1).length) {