aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 18:48:52 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 18:49:01 -0400
commit605f7140e3406d4decd4182e13059e5666fdac8c (patch)
tree7875484f036072f9e45ed236ed7e73259a52bda7 /plugin/notes/notes.html
parente693717f2aa2d65f8f0cf6412a01084280fc2c9a (diff)
downloadfreenode-live-2017-presentation-605f7140e3406d4decd4182e13059e5666fdac8c.tar
freenode-live-2017-presentation-605f7140e3406d4decd4182e13059e5666fdac8c.tar.gz
updated markdown references in notes plugin
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html3
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 );