fix conflict with theme set in query and theme specified in head
authorHakim El Hattab <hakim.elhattab@gmail.com>
Wed, 10 Oct 2012 13:35:13 +0000 (09:35 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Wed, 10 Oct 2012 13:35:13 +0000 (09:35 -0400)
index.html

index e5f05481be1e86959e5208b0f9aa852d4e02faef..5dba9a452b7846f3acd59fe143f51f23a20b7a92 100644 (file)
@@ -334,7 +334,7 @@ function linkify( selector ) {
                                progress: true,
                                history: true,
                                
-                               theme: Reveal.getQueryHash().theme || 'default', // available themes are in /css/theme
+                               theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
                                transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/linear(2d)
 
                                // Optional libraries used to extend on reveal.js