From 5351543baeb67890df9c05038e7c7f71ba3cbe6f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 11 Jan 2019 08:49:36 +0100 Subject: [PATCH] fix:add missing uniqID import --- src/dependencies.pug | 16 +++++++++------- src/scripts/hd-widgets.js | 1 + www/lib/sib-chat | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 4afbf7d..9fd1d15 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -25,16 +25,18 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3 // Web components //- local -script(type="module" src="/lib/sib-core/sib-display.js") -script(type="module" src="/lib/sib-router/sib-router.js") -script(type="module" src="/lib/sib-core/sib-form.js") +//script(type="module" src="/lib/sib-core/sib-display.js") +//script(type="module" src="/lib/sib-router/sib-router.js") +//script(type="module" src="/lib/sib-core/sib-form.js") +script(type="module" src="/lib/sib-chat/sib-chat.js") -link(rel='import', href='/lib/sib-chat/sib-chat.html') +//link(rel='import', href='/lib/sib-chat/sib-chat.html') //- cdn -//script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-display.js") -//script(type="module" src="https://cdn.happy-dev.fr/sib-router/sib-router.js") -//script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-form.js") +script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-display.js") +script(type="module" src="https://cdn.happy-dev.fr/sib-router/sib-router.js") +script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-form.js") +//script(type="module" src="https://cdn.happy-dev.fr/sib-chat/sib-chat.js") script(type="module" src="/scripts/hd-widgets.js") diff --git a/src/scripts/hd-widgets.js b/src/scripts/hd-widgets.js index 8c9ef59..e7b0b84 100644 --- a/src/scripts/hd-widgets.js +++ b/src/scripts/hd-widgets.js @@ -1,6 +1,7 @@ import {SIBDisplayLookupList} from 'https://cdn.happy-dev.fr/sib-core/widgets/sib-display-widgets.js'; import {SIBWidget} from 'https://cdn.happy-dev.fr/sib-core/widgets/sib-base-widgets.js'; import {store} from 'https://cdn.happy-dev.fr/sib-core/store.js'; +import {uniqID} from 'https://cdn.happy-dev.fr/sib-core/helper.js'; class HDAppUserInfo extends SIBDisplayLookupList { get parentElement() { diff --git a/www/lib/sib-chat b/www/lib/sib-chat index 6bae574..dad1050 160000 --- a/www/lib/sib-chat +++ b/www/lib/sib-chat @@ -1 +1 @@ -Subproject commit 6bae574ac4eab3b4c6198fb7cfa77e743f0b67b8 +Subproject commit dad105066d703c78f0c0d2b33a8c25207970c9e3