summaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2013-10-27 15:37:29 -0400
committerHakim El Hattab2013-10-27 15:37:29 -0400
commit97b66d1fe052d7df2ee9d4f304fb9c58bf43e2cc (patch)
treee117f0f8a541ca8519a6db381c21ed29226a904c /js/reveal.js
parent806a2f53fcbc65a80f73a38b856b041701a71cf9 (diff)
apply @knownasilya's first slide detection fix to dev branch #671
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 1c1f84e..4aa8c11 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -12,7 +12,7 @@ var Reveal = (function(){
var SLIDES_SELECTOR = '.reveal .slides section',
HORIZONTAL_SLIDES_SELECTOR = '.reveal .slides>section',
VERTICAL_SLIDES_SELECTOR = '.reveal .slides>section.present>section',
- HOME_SLIDE_SELECTOR = '.reveal .slides>section:first-child',
+ HOME_SLIDE_SELECTOR = '.reveal .slides>section:first-of-type',
// Configurations defaults, can be overridden at initialization time
config = {