aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 327236c..e67b3e8 100644
--- a/index.html
+++ b/index.html
@@ -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 );