fix issue with navigateTo and fragments (closes #290)
This commit is contained in:
parent
e46855096c
commit
feaced800c
@ -846,7 +846,7 @@ var Reveal = (function(){
|
||||
|
||||
|
||||
// Show fragment, if specified
|
||||
if( ( indexh !== indexhBefore || indexv !== indexvBefore ) && f ) {
|
||||
if( typeof f !== 'undefined' ) {
|
||||
var fragments = currentSlide.querySelectorAll( '.fragment' );
|
||||
|
||||
toArray( fragments ).forEach( function( fragment, indexf ) {
|
||||
|
2
js/reveal.min.js
vendored
2
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user