projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c554b
)
fix conflict with theme set in query and theme specified in head
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Wed, 10 Oct 2012 13:35:13 +0000
(09:35 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Wed, 10 Oct 2012 13:35:13 +0000
(09:35 -0400)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index e5f05481be1e86959e5208b0f9aa852d4e02faef..5dba9a452b7846f3acd59fe143f51f23a20b7a92 100644
(file)
--- 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