Minor fixups
This commit is contained in:
parent
045c5ef3f8
commit
33b85d84e5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue