From 40bcf788fef8c1ab46e97ef11aeec3bf64f5b214 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste <bleme@pm.me>
Date: Fri, 11 Jan 2019 10:55:03 +0100
Subject: [PATCH] fix: use sib-chat cdn

---
 src/dependencies.pug      | 4 ++--
 src/page-members.pug      | 2 +-
 src/scripts/hd-widgets.js | 2 +-
 www/lib/sib-chat          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index 9fd1d155..ac29a910 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -28,7 +28,7 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 //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")
+//script(type="module" src="/lib/sib-chat/sib-chat.js")
 
 //link(rel='import', href='/lib/sib-chat/sib-chat.html')
 
@@ -36,7 +36,7 @@ script(type="module" src="/lib/sib-chat/sib-chat.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="https://cdn.happy-dev.fr/sib-chat/sib-chat.js")
 
 script(type="module" src="/scripts/hd-widgets.js")
 
diff --git a/src/page-members.pug b/src/page-members.pug
index f36d7d68..77f78695 100644
--- a/src/page-members.pug
+++ b/src/page-members.pug
@@ -18,7 +18,7 @@ div.grid-layer
       widget-roles='sib-display-lookuplist',
       widget-user='hdapp-userinfo',
       widget-user.skills='sib-display-lookuplist',
-      
+
       search-range-roles=`${sdn}/role/`,
       search-range-skills=`${sdn}/skills/`,
       search-fields='name, roles, skills',
diff --git a/src/scripts/hd-widgets.js b/src/scripts/hd-widgets.js
index e7b0b845..bb401d49 100644
--- a/src/scripts/hd-widgets.js
+++ b/src/scripts/hd-widgets.js
@@ -1,7 +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';
+import {uniqID} from 'https://cdn.happy-dev.fr/sib-core/helpers.js';
 
 class HDAppUserInfo extends SIBDisplayLookupList {
   get parentElement() {
diff --git a/www/lib/sib-chat b/www/lib/sib-chat
index dad10506..bdf41e2e 160000
--- a/www/lib/sib-chat
+++ b/www/lib/sib-chat
@@ -1 +1 @@
-Subproject commit dad105066d703c78f0c0d2b33a8c25207970c9e3
+Subproject commit bdf41e2e10707e3048d534237edca968f7bff245
-- 
GitLab