load on start
This commit is contained in:
parent
cddeea5ab0
commit
8c0d97f0a7
1 changed files with 1 additions and 6 deletions
|
@ -64,14 +64,9 @@
|
||||||
timenav_height: 100,
|
timenav_height: 100,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/*
|
document.querySelector('#intro a[href="#title"]').addEventListener('click', event => {
|
||||||
document.querySelector('#intro').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) {
|
||||||
load_timeline()
|
load_timeline()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue