Remove 'history: true' from index.html
Readme says the default is 'history: false', so it may be surprising for users - it's easy to miss the contradicting setting in index.html
This commit is contained in:
parent
568c7516f7
commit
4afd854037
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@
|
||||||
<script>
|
<script>
|
||||||
// More info https://github.com/hakimel/reveal.js#configuration
|
// More info https://github.com/hakimel/reveal.js#configuration
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
history: true,
|
|
||||||
|
|
||||||
// More info https://github.com/hakimel/reveal.js#dependencies
|
// More info https://github.com/hakimel/reveal.js#dependencies
|
||||||
dependencies: [
|
dependencies: [
|
||||||
{ src: 'plugin/markdown/marked.js' },
|
{ src: 'plugin/markdown/marked.js' },
|
||||||
|
|
Loading…
Reference in a new issue