Compare commits

..

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

View File

@ -366,7 +366,3 @@ function hideTopicList() {
topicList.style.visibility = 'hidden';
}
}
function reactToResizing() {
goToSlide(currentSlide);
}