From efd79396909c17c833c1ed240b0fdcacc8753c35 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 21 Sep 2018 14:22:48 +0000 Subject: [PATCH] disable tutorial controls --- revealjs/_templates/index.html.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/revealjs/_templates/index.html.j2 b/revealjs/_templates/index.html.j2 index 604234e..4516cbf 100644 --- a/revealjs/_templates/index.html.j2 +++ b/revealjs/_templates/index.html.j2 @@ -30,6 +30,7 @@ progress: {{ progress | lower }}, history: {{ history | lower }}, center: {{ center | lower }}, + controlsTutorial: false, showNotes: {{ show_notes | lower }},