diff options
author | Hakim El Hattab | 2012-10-10 09:35:13 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-10 09:35:13 -0400 |
commit | 4dad42496eaca9f2c2b46157e42574e80447b525 (patch) | |
tree | 51f0eb2ee271a3dd4c287b42827da500c1fcd232 | |
parent | 87c554b7da65a4adf03fcca06debf9a487e46922 (diff) |
fix conflict with theme set in query and theme specified in head
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |