diff --git a/_includes/script.html b/_includes/script.html index e54f8c9..d911935 100644 --- a/_includes/script.html +++ b/_includes/script.html @@ -27,10 +27,7 @@ { src: baseUrl + '/reveal.js/plugin/notes/notes.js', async: true }, // Remote control your reveal.js presentation using a touch device - //{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }, - - // MathJax - { src: baseUrl + '/reveal.js/plugin/math/math.js', async: true } + //{ src: baseUrl + '/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } ] });