From 878f6d1dfe0fcd455861b37bf5bccee8eeeaaa1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= Date: Tue, 26 Mar 2019 11:44:14 +0100 Subject: [PATCH] fix: Remove type='module' in dependencies.pug --- src/dependencies.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 636169c..68df828 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -4,8 +4,7 @@ //- script(src="lib/html-imports.js") script( - type="module" - src="https://unpkg.com/@startinblox/oidc@0.6" + src="https://unpkg.com/@startinblox/oidc@0.5" data-authority=`${sdn}/openid/`, data-client_id=`${client_id}`, data-response_type='id_token token', @@ -33,7 +32,8 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3 //link(rel='import', href='/lib/sib-chat/sib-chat.html') //- cdn +//- don't forget to change version in hd-widgets.js script(type="module" src="https://unpkg.com/@startinblox/core@0.6") -script(type="module" src="https://unpkg.com/@startinblox/router@latest") +script(type="module" src="https://unpkg.com/@startinblox/router@0.6") script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")