diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ // Example of binding an event to a state. This listener will trigger // when the slide with 'data-state="blurred"' is opened. - document.querySelector( '#reveal' ).addEventListener( 'blurred', function() { + document.addEventListener( 'blurred', function() { }, false ); |