From 33b85d84e50b8e4e308f5a1d590deb8b52d78090 Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Thu, 2 Mar 2017 21:22:48 -0500 Subject: [PATCH] Minor fixups --- static/js/slides.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/slides.js b/static/js/slides.js index d367b49..06e1756 100644 --- a/static/js/slides.js +++ b/static/js/slides.js @@ -60,7 +60,7 @@ function initializeReveal() { { src: '/static/reveal.js/plugin/math/math.js', async: true - } + }, { src: '/static/reveal.js/static/revealjs/lib/js/classList.js', @@ -68,7 +68,6 @@ function initializeReveal() { return !document.body.classList; } } - d ] }); }