Minor fixups

This commit is contained in:
Alex Myasoedov 2017-03-02 21:22:48 -05:00
parent 045c5ef3f8
commit 33b85d84e5

View file

@ -60,7 +60,7 @@ function initializeReveal() {
{ {
src: '/static/reveal.js/plugin/math/math.js', src: '/static/reveal.js/plugin/math/math.js',
async: true async: true
} },
{ {
src: '/static/reveal.js/static/revealjs/lib/js/classList.js', src: '/static/reveal.js/static/revealjs/lib/js/classList.js',
@ -68,7 +68,6 @@ function initializeReveal() {
return !document.body.classList; return !document.body.classList;
} }
} }
d
] ]
}); });
} }