diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-02-01 09:48:36 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-02-01 09:48:36 +0100 |
commit | 2a9edd23e69ee63a8a4f85a273508114777fad2e (patch) | |
tree | 7272293b5ef241595b42cf812d842c8855216bbb /js | |
parent | 812b802c1cf896f2af44cd87eef63be4ecf98842 (diff) | |
download | perl-software-in-gnu-guix-2a9edd23e69ee63a8a4f85a273508114777fad2e.tar perl-software-in-gnu-guix-2a9edd23e69ee63a8a4f85a273508114777fad2e.tar.gz |
define available values for showSlideNumber
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index e146752..8e5d24f 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -73,7 +73,10 @@ // based) hashOneBasedIndex: false, - // Determine which displays to show the slide number on + // Controls which contexts the slide number should appear in + // - "all": Always show the slide number + // - "print": Only when printing to PDF + // - "speaker": Only in the speaker view showSlideNumber: 'all', // Add the current slide number to the URL hash so that reloading the |