diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-13 00:17:45 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-13 00:17:45 -0400 |
commit | c34be2e9765637ddeddbdf293de7ca98941ca6c5 (patch) | |
tree | f91fd13623b5def38b0b6a82e42e7b116cf95509 /js/reveal.js | |
parent | 4dad42496eaca9f2c2b46157e42574e80447b525 (diff) | |
download | fosdem-2018-presentation-c34be2e9765637ddeddbdf293de7ca98941ca6c5.tar fosdem-2018-presentation-c34be2e9765637ddeddbdf293de7ca98941ca6c5.tar.gz |
default config value for theme is null
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index c9ba7b1..3dcedf0 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1,5 +1,5 @@ /*! - * reveal.js 2.1 r29 + * reveal.js 2.1 r30 * http://lab.hakim.se/reveal-js * MIT licensed * @@ -43,7 +43,7 @@ var Reveal = (function(){ rollingLinks: true, // Transition style (see /css/theme) - theme: 'default', + theme: null, // Transition style transition: 'default', // default/cube/page/concave/linear(2d), |