Skip to content
Snippets Groups Projects
Commit feaced80 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

fix issue with navigateTo and fragments (closes #290)

parent e4685509
Branches
No related tags found
No related merge requests found
......@@ -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 ) {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment