diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-05-23 10:50:39 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-05-23 10:50:39 +0200 |
commit | e2fa1d966c66098d69f5212636d4d620977521db (patch) | |
tree | c335ba8df93b644d7e44515d0ffcf363d59a182f /js | |
parent | 2418a12cb9fd355161c57f61a1d69663ae927b8a (diff) | |
download | perl-software-in-gnu-guix-e2fa1d966c66098d69f5212636d4d620977521db.tar perl-software-in-gnu-guix-e2fa1d966c66098d69f5212636d4d620977521db.tar.gz |
ocd
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
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 ); |