Neuer Cookie-Hinweis und Präsentationssteuerung

This commit is contained in:
2020-04-18 12:19:29 +02:00
parent ba6481bca5
commit 7e7a7454f4
18 changed files with 189 additions and 54 deletions

View File

@@ -24,10 +24,9 @@ html(lang='de')
script(src='/javascripts/bootstrap.min.js')
if(as_presentation === false)
script.
show_all_slides();
else
script.
script.
if(JSON.parse(sessionStorage.getItem('show_as_presentation')))
register_presentationkeys();
else
show_all_slides();