dont toggle paused/overview modes needlessly when setting state
This commit is contained in:
parent
9b2851376d
commit
ce05138f9a
3 changed files with 20 additions and 7 deletions
|
@ -14,7 +14,7 @@ var RevealNotes = (function() {
|
|||
function openNotes() {
|
||||
var jsFileLocation = document.querySelector('script[src$="notes.js"]').src; // this js file path
|
||||
jsFileLocation = jsFileLocation.replace(/notes\.js(\?.*)?$/, ''); // the js folder path
|
||||
var notesPopup = window.open( jsFileLocation + 'notes.html', 'reveal.js - Notes', 'width=1120,height=850' );
|
||||
var notesPopup = window.open( jsFileLocation + 'notes.html', 'reveal.js - Notes', 'width=1100,height=700' );
|
||||
|
||||
/**
|
||||
* Connect to the notes window through a postmessage handshake.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue