Merge branch 'query-params' of https://github.com/FND/reveal.js into dev

This commit is contained in:
Hakim El Hattab 2015-04-12 17:07:59 +02:00
commit a0cc104a0c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ var RevealNotes = (function() {
notesPopup.postMessage( JSON.stringify( {
namespace: 'reveal-notes',
type: 'connect',
url: window.location.protocol + '//' + window.location.host + window.location.pathname,
url: window.location.protocol + '//' + window.location.host + window.location.pathname + window.location.search,
state: Reveal.getState()
} ), '*' );
}, 500 );