Skip to content
Snippets Groups Projects
Commit 5e279efd authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge branch 'issue1896' of https://github.com/OleMussmann/reveal.js into dev

parents 2961f009 b279a47a
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,9 @@
};
// post once the page is loaded, so the client follows also on "open URL".
window.onload = post;
// Monitor events that trigger a change in state
Reveal.addEventListener( 'slidechanged', post );
Reveal.addEventListener( 'fragmentshown', post );
......@@ -28,4 +31,4 @@
Reveal.addEventListener( 'paused', post );
Reveal.addEventListener( 'resumed', post );
}());
\ No newline at end of file
}());
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment