Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 33b85d8

Browse files
committed
Minor fixups
1 parent 045c5ef commit 33b85d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/js/slides.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,14 @@ function initializeReveal() {
6060
{
6161
src: '/static/reveal.js/plugin/math/math.js',
6262
async: true
63-
}
63+
},
6464

6565
{
6666
src: '/static/reveal.js/static/revealjs/lib/js/classList.js',
6767
condition: function() {
6868
return !document.body.classList;
6969
}
7070
}
71-
d
7271
]
7372
});
7473
}

0 commit comments

Comments
 (0)