diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-28 18:48:52 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-28 18:49:01 -0400 |
commit | 605f7140e3406d4decd4182e13059e5666fdac8c (patch) | |
tree | 7875484f036072f9e45ed236ed7e73259a52bda7 /plugin/notes | |
parent | e693717f2aa2d65f8f0cf6412a01084280fc2c9a (diff) | |
download | fosdem-2018-presentation-605f7140e3406d4decd4182e13059e5666fdac8c.tar fosdem-2018-presentation-605f7140e3406d4decd4182e13059e5666fdac8c.tar.gz |
updated markdown references in notes plugin
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 ); |