prevent unintended slide change event
authorDonald R. Huettl <drhuettl@gmail.com>
Sun, 15 Sep 2013 04:54:32 +0000 (23:54 -0500)
committerDonald R. Huettl <drhuettl@gmail.com>
Sun, 15 Sep 2013 04:54:32 +0000 (23:54 -0500)
This prevents the upcoming slide on the notes page from triggering
slidechanged events.  I believe this fixes issue 578, as well.

plugin/notes/notes.html

index 7e542e4b0dae3f086f8ab052f82ae09c0e5f9e44..0e1238f7a794f488721d90cc856d3b414d3926e1 100644 (file)
        <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>