From fd59e11e15d0dc5a7187bba79f1a5adf294a1c35 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 1 May 2013 12:45:12 -0700 Subject: Fixed errors introduced in last revealjs template update. --- default.revealjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.revealjs') diff --git a/default.revealjs b/default.revealjs index f0f16fcac..7233e202a 100644 --- a/default.revealjs +++ b/default.revealjs @@ -79,8 +79,8 @@ $endfor$ progress: true, history: true, center: true, - theme: '$if(theme)$$theme$$else$Reveal.getQueryHash().theme$endif$', // available themes are in /css/theme - transition: '$if(transition)$$transition$$else$Reveal.getQueryHash().transition$endif$', // default/cube/page/concave/zoom/linear/fade/none + theme: $if(theme)$'$theme$'$else$Reveal.getQueryHash().theme$endif$, // available themes are in /css/theme + transition: $if(transition)$'$transition$'$else$Reveal.getQueryHash().transition || 'default'$endif$, // default/cube/page/concave/zoom/linear/fade/none // Optional libraries used to extend on reveal.js dependencies: [ @@ -88,7 +88,7 @@ $endfor$ { src: '$revealjs-url$/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, { src: '$revealjs-url$/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }, // { src: '$revealjs-url$/plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; }, } - { src: '$revealjs-url$/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } +// { src: '$revealjs-url$/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } ]}); -- cgit v1.2.3