fix conflict with theme set in query and theme specified in head

This commit is contained in:
Hakim El Hattab 2012-10-10 09:35:13 -04:00
parent 87c554b7da
commit 4dad42496e
1 changed files with 1 additions and 1 deletions

View 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