From 412fda10fd790ca2220845262060999db9c23c2e Mon Sep 17 00:00:00 2001 From: Samuel Degueldre Date: Tue, 16 May 2023 12:35:03 +0200 Subject: [PATCH] [FIX] gh-page: fix 'unexpected token export' error on landing page When refactoring the playground to use es-modules, a script that loads owl as a non-module was forgotten in the head of the page and causes an error in the console, as the script is not declared as type="module" despite being an es-module. This script is also useless as owl is loaded by being imported by the counter component in the page. The importmap has also been moved to the head because of a bug in firefox where importmaps can fail to be taken into account if they are after a script that is not of type="module", see: https://bugzilla.mozilla.org/show_bug.cgi?id=1833371 Closes #1436 --- docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 9e304d7c..370c5737 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - +
@@ -68,7 +68,6 @@

OWL is licensed under LGPLv3.
Logo from Google Noto Emoji Font, licensed under Apache License 2.0

-