Fix for #133 back button bug
This commit is contained in:
parent
50596cb8cd
commit
f4b42f9ed6
|
@ -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();
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue