updating summary slides

This commit is contained in:
mhjensen
2019-11-27 12:14:01 +01:00
parent 2289180c2e
commit 25880e6fa8
58 changed files with 4448 additions and 3228 deletions
@@ -41,15 +41,10 @@
}
// When a new notes window connects, post our current state
socket.on( 'new-subscriber', function( data ) {
socket.on( 'connect', function( data ) {
post();
} );
// When the state changes from inside of the speaker view
socket.on( 'statechanged-speaker', function( data ) {
Reveal.setState( data.state );
} );
// Monitor events that trigger a change in state
Reveal.addEventListener( 'slidechanged', post );
Reveal.addEventListener( 'fragmentshown', post );