Przeglądaj źródła

fix bug that caused slideshow to break if an unexisting named link was used

Hakim El Hattab 11 lat temu
rodzic
commit
93f516d30d
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 1 - 1
js/reveal.js

@@ -1894,7 +1894,7 @@ var Reveal = (function(){
 			}
 			// If the slide doesn't exist, navigate to the current slide
 			else {
-				slide( indexh, indexv );
+				slide( indexh || 0, indexv || 0 );
 			}
 		}
 		else {

Plik diff jest za duży
+ 1 - 1
js/reveal.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików