diff options
Diffstat (limited to 'plugin/notes')
-rw-r--r-- | plugin/notes/notes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index 013a18b..c91ca7f 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -98,7 +98,7 @@ </div> <div id="notes"></div> - <script src="../../lib/js/showdown.js"></script> + <script src="../../plugin/markdown/showdown.js"></script> <script> window.addEventListener( 'load', function() { @@ -120,6 +120,7 @@ } // Update the note slides + console.log(currentSlide.contentWindow); currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv ); nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv ); |