diff --git a/src/dependencies.pug b/src/dependencies.pug index a78a41f..afd3410 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -37,7 +37,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards) //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer) if endpoints.users || (endpoints.get && endpoints.get.users) - script(type="module" src="https://unpkg.com/@startinblox/component-chat@1.1" defer) + script(type="module" src="https://unpkg.com/@startinblox/component-chat@1.2" defer) //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer) if endpoints.polls || (endpoints.get && endpoints.get.polls) diff --git a/src/views/admin/page-admin-circles.pug b/src/views/admin/page-admin-circles.pug index b545bcb..c9b5965 100644 --- a/src/views/admin/page-admin-circles.pug +++ b/src/views/admin/page-admin-circles.pug @@ -90,7 +90,7 @@ value-user.username='hubl-workaround-493' widget-user.username='solid-form-hidden' - submit-button='' + submit-button='Rejoindre' data-trans='submit-button=circle.list.buttonJoin' ) hubl-reactivity(data-src=`${endpoints.circles || endpoints.get.circles}` target-src='${value}')