patch to allow multiplexing on URL load
This commit is contained in:
		| @@ -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 | 	// Monitor events that trigger a change in state | ||||||
| 	Reveal.addEventListener( 'slidechanged', post ); | 	Reveal.addEventListener( 'slidechanged', post ); | ||||||
| 	Reveal.addEventListener( 'fragmentshown', post ); | 	Reveal.addEventListener( 'fragmentshown', post ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user