diff --git a/shower.js b/shower.js index 149d730..68cbccc 100755 --- a/shower.js +++ b/shower.js @@ -280,6 +280,8 @@ window.shower = (function(window, document, undefined) { shower.enterListMode = function(callback) { var currentSlideNumber = shower.getCurrentSlideNumber(); + clearTimeout(timer); + body.classList.remove('full'); body.classList.add('list');