aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-10 09:35:13 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-10 09:35:13 -0400
commit4dad42496eaca9f2c2b46157e42574e80447b525 (patch)
tree51f0eb2ee271a3dd4c287b42827da500c1fcd232 /index.html
parent87c554b7da65a4adf03fcca06debf9a487e46922 (diff)
downloadfosdem-2018-presentation-4dad42496eaca9f2c2b46157e42574e80447b525.tar
fosdem-2018-presentation-4dad42496eaca9f2c2b46157e42574e80447b525.tar.gz
fix conflict with theme set in query and theme specified in head
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index e5f0548..5dba9a4 100644
--- a/index.html
+++ b/index.html
@@ -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