From: Hakim El Hattab Date: Wed, 10 Oct 2012 13:35:13 +0000 (-0400) Subject: fix conflict with theme set in query and theme specified in head X-Git-Tag: 2.1.0~44 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4dad42496eaca9f2c2b46157e42574e80447b525;p=reveal.js.git fix conflict with theme set in query and theme specified in head --- 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