parent
54588f5fea
commit
ff8ccbb02e
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
currentSlide.contentWindow.Reveal.nextFragment();
|
currentSlide.contentWindow.Reveal.nextFragment();
|
||||||
}
|
}
|
||||||
else if (data.fragment === 'previous') {
|
else if (data.fragment === 'previous') {
|
||||||
currentSlide.contentWindow.Reveal.previousFragment();
|
currentSlide.contentWindow.Reveal.prevFragment();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue