Remove invoke shower.showPresenterNotes() in enterSlideMode because it already invoked in shower.go()
This commit is contained in:
parent
51e5b15d90
commit
78fbef6280
|
@ -248,7 +248,6 @@ window.shower = (function(window, document, undefined) {
|
||||||
}
|
}
|
||||||
|
|
||||||
shower.go(currentSlideNumber);
|
shower.go(currentSlideNumber);
|
||||||
shower.showPresenterNotes(currentSlideNumber);
|
|
||||||
|
|
||||||
if (shower.isListMode() && isHistoryApiSupported) {
|
if (shower.isListMode() && isHistoryApiSupported) {
|
||||||
history.pushState(null, null, url.pathname + '?full' + shower.getSlideHash(currentSlideNumber));
|
history.pushState(null, null, url.pathname + '?full' + shower.getSlideHash(currentSlideNumber));
|
||||||
|
|
Loading…
Reference in New Issue