diff options
author | asmod3us | 2013-02-28 17:28:07 +0100 |
---|---|---|
committer | asmod3us | 2013-02-28 17:28:07 +0100 |
commit | 49ada91eb1680f5bc4343815d9e464c5a56fb726 (patch) | |
tree | 3c726bfbc85d984734c49ea085c22034a42ed27f /plugin/notes/notes.html | |
parent | 1661fb2faea3e2b7b3d6664a421610b99cc268be (diff) | |
parent | d2b6ed4726adacb3ead8784e8ac60175145142f0 (diff) |
Merge remote-tracking branch 'upstream/master' into solarized
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r-- | plugin/notes/notes.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 50d172a..e14c6ac 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -225,6 +225,13 @@ }, 1000 ); + // Navigate the main window when the notes slide changes + currentSlide.contentWindow.Reveal.addEventListener( 'slidechanged', function( event ) { + + window.opener.Reveal.slide( event.indexh, event.indexv ); + + } ); + } else { |