Merge branch 'master' of git.stuve-bamberg.de:ckremitzl/onpoint
This commit is contained in:
commit
ed30a3af51
@ -1,4 +1,5 @@
|
||||
window.addEventListener('load', init);
|
||||
window.addEventListener('resize', reactToResizing);
|
||||
|
||||
let slides;
|
||||
let currentSlide;
|
||||
@ -365,4 +366,8 @@ function hideTopicList() {
|
||||
if (topicList.style.visibility === 'visible') {
|
||||
topicList.style.visibility = 'hidden';
|
||||
}
|
||||
}
|
||||
|
||||
function reactToResizing() {
|
||||
goToSlide(currentSlide);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user