diff --git a/shower.js b/shower.js index 799fe8f..00f71b0 100755 --- a/shower.js +++ b/shower.js @@ -570,7 +570,7 @@ window.shower = (function(window, document, undefined) { // Event handlers window.addEventListener('DOMContentLoaded', function() { - if (shower.isSlideMode()) { + if (body.classList.contains('full')) { shower.enterSlideMode(); } }, false);