Compare commits

..

No commits in common. "a08044bb64cae23df14c37e3f47e870b4b3e69a5" and "254b0cd76c36b010403f7e57bbb9424cc45a848d" have entirely different histories.

View File

@ -365,8 +365,4 @@ function hideTopicList() {
if (topicList.style.visibility === 'visible') { if (topicList.style.visibility === 'visible') {
topicList.style.visibility = 'hidden'; topicList.style.visibility = 'hidden';
} }
}
function reactToResizing() {
goToSlide(currentSlide);
} }