Remove invoke shower.showPresenterNotes() in enterSlideMode because it already invoked in shower.go()

This commit is contained in:
miripiruni 2013-01-20 16:06:54 +04:00
parent 51e5b15d90
commit 78fbef6280
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ window.shower = (function(window, document, undefined) {
}
shower.go(currentSlideNumber);
shower.showPresenterNotes(currentSlideNumber);
if (shower.isListMode() && isHistoryApiSupported) {
history.pushState(null, null, url.pathname + '?full' + shower.getSlideHash(currentSlideNumber));