From cb00d425466b35724ec571d06d1797a47e7542d8 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sat, 1 Dec 2018 23:15:36 +0100 Subject: [PATCH] fix #248: crossorigin attribute is needed when including with type="module" For more info, see: * https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attributes * https://jakearchibald.com/2017/es-modules-in-browsers --- src/views/index.ejs | 4 ++-- src/views/setup.ejs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/index.ejs b/src/views/index.ejs index d4ae306e4..f614aea27 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -236,7 +236,7 @@ - + @@ -250,4 +250,4 @@ <%= appCss %> - \ No newline at end of file + diff --git a/src/views/setup.ejs b/src/views/setup.ejs index 9117b56d3..4a62c51d9 100644 --- a/src/views/setup.ejs +++ b/src/views/setup.ejs @@ -129,6 +129,6 @@ - + - \ No newline at end of file +