diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 11:53:09 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 11:53:09 -0400 |
commit | 1fb85d4df6a5b5b971d3a1beaff2a659bab72470 (patch) | |
tree | cbea27cf5736250108f7975941d7ba3d2a2a3b6a /plugin | |
parent | c28e023c32c8946c7a4e21a8397890224fd58cee (diff) | |
parent | 45ad16193032debabb824933dfd0020b6570afb6 (diff) | |
download | fosdem-2018-presentation-1fb85d4df6a5b5b971d3a1beaff2a659bab72470.tar fosdem-2018-presentation-1fb85d4df6a5b5b971d3a1beaff2a659bab72470.tar.gz |
Merge branch 'master' of https://github.com/drhuettl/reveal.js
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/notes/notes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 7e542e4..0e1238f 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -139,11 +139,11 @@ <body> <div id="wrap-current-slide" class="slides"> - <script>document.write( '<iframe width="1280" height="1024" id="current-slide" src="'+ window.opener.location.href +'"></iframe>' );</script> + <script>document.write( '<iframe width="1280" height="1024" id="current-slide" src="'+ window.opener.location.href +'?receiver"></iframe>' );</script> </div> <div id="wrap-next-slide" class="slides"> - <script>document.write( '<iframe width="640" height="512" id="next-slide" src="'+ window.opener.location.href +'"></iframe>' );</script> + <script>document.write( '<iframe width="640" height="512" id="next-slide" src="'+ window.opener.location.href +'?receiver"></iframe>' );</script> <span>UPCOMING:</span> </div> |