diff options
author | Hakim El Hattab | 2015-04-12 17:07:59 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-04-12 17:07:59 +0200 |
commit | a0cc104a0c4e04e6cf862f39c949a54713b49c23 (patch) | |
tree | bf7677a544dfdd2ba20b68057a54cce37803d0ab | |
parent | f24cbf8ad27b5973430978447c0d20ab38f1d2a6 (diff) | |
parent | 4052389c58358e8d2ee6004a78c3179266cf0773 (diff) |
Merge branch 'query-params' of https://github.com/FND/reveal.js into dev
-rw-r--r-- | plugin/notes/notes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js index 27199af..e42329d 100644 --- a/plugin/notes/notes.js +++ b/plugin/notes/notes.js @@ -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 ); |