diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/multiplex/master.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/multiplex/master.js b/plugin/multiplex/master.js index 21c2e81..deb39cd 100644 --- a/plugin/multiplex/master.js +++ b/plugin/multiplex/master.js @@ -10,7 +10,7 @@ var nextindexh; var nextindexv; - var fragmentindex = Reveal.getCurrentFragmentIndex(); + var fragmentindex = Reveal.getIndices().f; if (typeof fragmentindex == 'undefined') { fragmentindex = 0; } @@ -21,7 +21,7 @@ } else { nextindexh = indexh + 1; nextindexv = 0; - } + } var slideData = { indexh : indexh, |