From bcebf1e8d285184f8c905f00e0270621790e7b80 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 19 Nov 2018 22:30:58 +0100 Subject: Update reveal.js to version 3.7.0 There is a new reveal.js version out. As we try to keep up with upstream, time to integreate it. This patch updates reveal.js in for CDN-using instances as well as the ones using the libraries. Checked that speaker view in slide mode still works, so no CSP change needed. https://github.com/hakimel/reveal.js/releases/tag/3.7.0 https://github.com/hackmdio/codimd/blob/2d241b93002a3a23f81ffe8fab82f2c6c98feca4/lib/csp.js#L72-L74 Signed-off-by: Sheogorath --- public/views/slide.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/views') diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 9b19af2a..bbdf5899 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -18,7 +18,7 @@ <% if(useCDN) { %> - + <%- include build/slide-header %> <%- include shared/polyfill %> @@ -88,8 +88,8 @@ <% if(useCDN) { %> - - + + -- cgit v1.2.3