Upgrade to reveal.js 3.8.0

This commit is contained in:
Kostas Chatzikokolakis
2019-09-12 21:58:01 +03:00
parent 5f0366c145
commit fc6b8d19e9
46 changed files with 1421 additions and 650 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ function Hilitor(id, tag)
toggleSearch();
}
}, false );
if( window.Reveal ) Reveal.registerKeyboardShortcut( 'Ctrl-Shift-F', 'Search' );
if( window.Reveal ) Reveal.registerKeyboardShortcut( 'CTRL + Shift + F', 'Search' );
closeSearch();
return { open: openSearch };
})();