Explorar o código

Update renamed API method

See b957d0b8580bafb35fbb808ef1d7acf424f73895
Michael Kühnel %!s(int64=12) %!d(string=hai) anos
pai
achega
ff8ccbb02e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/speakernotes/notes.html

+ 1 - 1
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>