mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-09 08:06:48 +02:00
@@ -368,6 +368,10 @@
|
||||
|
||||
window.addEventListener( 'message', function( event ) {
|
||||
|
||||
if (window.location.origin !== event.origin){
|
||||
return;
|
||||
}
|
||||
|
||||
clearTimeout( connectionTimeout );
|
||||
connectionStatus.style.display = 'none';
|
||||
|
||||
|
Reference in New Issue
Block a user