Fix navigation problem when manually changing the hash (e.g. #slide23)
This commit is contained in:
parent
ed30a3af51
commit
31f3b5d242
@ -1,5 +1,6 @@
|
||||
window.addEventListener('load', init);
|
||||
window.addEventListener('resize', reactToResizing);
|
||||
window.addEventListener('hashchange', resumeOrGoToStart);
|
||||
|
||||
let slides;
|
||||
let currentSlide;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user