Fix for #133 back button bug

This commit is contained in:
Vadim Makeev 2014-02-19 02:46:52 +04:00
parent 50596cb8cd
commit f4b42f9ed6
2 changed files with 2 additions and 2 deletions

View File

@ -555,6 +555,7 @@ window.shower = window.shower || (function(window, document, undefined) {
body.classList.add('list');
shower.clearPresenterNotes();
shower._applyTransform('none');
if (shower.isListMode()) {
return false;
@ -569,7 +570,6 @@ window.shower = window.shower || (function(window, document, undefined) {
}
shower.scrollToSlide(currentSlideNumber);
shower._applyTransform('none');
if (typeof(callback) === 'function') {
callback();

2
shower.min.js vendored

File diff suppressed because one or more lines are too long