diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-07-01 08:44:27 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-07-01 08:44:27 +0200 |
commit | 6447b59ac51c3f399ae061ecb4e9275fc165f967 (patch) | |
tree | 9129fdd9e0b68cb8f30f8f64debb3cab24e17f80 /js | |
parent | 541bcf212314e368bffa815401497bb94d2acf0e (diff) | |
download | fosdem-2018-presentation-6447b59ac51c3f399ae061ecb4e9275fc165f967.tar fosdem-2018-presentation-6447b59ac51c3f399ae061ecb4e9275fc165f967.tar.gz |
ready flag on .reveal container
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 3f003d9..c37566a 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -454,6 +454,8 @@ loaded = true; + dom.wrapper.classList.add( 'ready' ); + dispatchEvent( 'ready', { 'indexh': indexh, 'indexv': indexv, |