aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMichael Kühnel <mail@michael-kuehnel.de>2012-10-19 00:35:23 +0200
committerMichael Kühnel <mail@michael-kuehnel.de>2012-10-19 00:35:23 +0200
commitff8ccbb02e4375c1601028db322fae4934342955 (patch)
treeb4cea5c31ba689df31c26e37b902bbc7547eb150 /plugin
parent54588f5feaccbfdf418e040af6b9212f14695375 (diff)
downloadfosdem-2018-presentation-ff8ccbb02e4375c1601028db322fae4934342955.tar
fosdem-2018-presentation-ff8ccbb02e4375c1601028db322fae4934342955.tar.gz
Update renamed API method
See b957d0b8580bafb35fbb808ef1d7acf424f73895
Diffstat (limited to 'plugin')
-rw-r--r--plugin/speakernotes/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/speakernotes/notes.html b/plugin/speakernotes/notes.html
index 9198386..d71d7f8 100644
--- a/plugin/speakernotes/notes.html
+++ b/plugin/speakernotes/notes.html
@@ -130,7 +130,7 @@
currentSlide.contentWindow.Reveal.nextFragment();
}
else if (data.fragment === 'previous') {
- currentSlide.contentWindow.Reveal.previousFragment();
+ currentSlide.contentWindow.Reveal.prevFragment();
}
});
</script>