aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorDonald R. Huettl <drhuettl@gmail.com>2013-09-14 23:54:32 -0500
committerDonald R. Huettl <drhuettl@gmail.com>2013-09-14 23:54:32 -0500
commit45ad16193032debabb824933dfd0020b6570afb6 (patch)
tree35f65ac66ee3837f1baf47dacacaa4dad2e09717 /plugin/notes/notes.html
parentba20df4db9b510c115f0134933fc2eff77fb6c4f (diff)
downloadfreenode-live-2017-presentation-45ad16193032debabb824933dfd0020b6570afb6.tar
freenode-live-2017-presentation-45ad16193032debabb824933dfd0020b6570afb6.tar.gz
prevent unintended slide change event
This prevents the upcoming slide on the notes page from triggering slidechanged events. I believe this fixes issue 578, as well.
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html4
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>