From ed5353d13ad1fe5dfa18f6e0936bcafa77ea0a73 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 18 Jun 2018 01:24:53 +0200 Subject: Move polyfill to CDN section We don't support it on CDN false instances, but it doesn't hurt to keep it in for CDN-enabled instances Signed-off-by: Sheogorath --- public/views/slide.ejs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/views/slide.ejs') diff --git a/public/views/slide.ejs b/public/views/slide.ejs index a9d2b708..7b9ae29d 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -22,6 +22,7 @@ <%- include build/slide-header %> + <%- include shared/polyfill %> <% } else { %> @@ -47,8 +48,6 @@ link.href = '<%- url %>/build/reveal.js/' + (window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'); document.getElementsByTagName( 'head' )[0].appendChild( link ); - - <%- include shared/polyfill %>
-- cgit v1.2.3