back to old
This commit is contained in:
parent
8c0d97f0a7
commit
d4ec062e6b
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
document.querySelector('#intro a[href="#title"]').addEventListener('click', event => {
|
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()
|
load_timeline()
|
||||||
})
|
})
|
||||||
if (document.location.hash.slice(1).length) {
|
if (document.location.hash.slice(1).length) {
|
||||||
|
|
Loading…
Reference in a new issue