aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-05-23 10:50:39 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-05-23 10:50:39 +0200
commite2fa1d966c66098d69f5212636d4d620977521db (patch)
treec335ba8df93b644d7e44515d0ffcf363d59a182f /js
parent2418a12cb9fd355161c57f61a1d69663ae927b8a (diff)
downloadperl-software-in-gnu-guix-e2fa1d966c66098d69f5212636d4d620977521db.tar
perl-software-in-gnu-guix-e2fa1d966c66098d69f5212636d4d620977521db.tar.gz
ocd
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index d2b93bb..708bef5 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -499,7 +499,7 @@
// Element containing notes that are visible to the audience
dom.speakerNotes = createSingletonNode( dom.wrapper, 'div', 'speaker-notes', null );
dom.speakerNotes.setAttribute( 'data-prevent-swipe', '' );
- dom.speakerNotes.setAttribute( 'tabindex', '0');
+ dom.speakerNotes.setAttribute( 'tabindex', '0' );
// Overlay graphic which is displayed during the paused mode
createSingletonNode( dom.wrapper, 'div', 'pause-overlay', null );