Quick fix polls component

This commit is contained in:
Benoit Alessandroni 2020-08-11 17:57:12 +02:00
parent 04821836b7
commit 9cc5ab7107
2 changed files with 4 additions and 4 deletions

View File

@ -38,6 +38,10 @@ if endpoints.users || (endpoints.get && endpoints.get.users)
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
if endpoints.polls || (endpoints.get && endpoints.get.polls)
script(type="module" src="https://unpkg.com/@startinblox/component-poll@1.0" defer)
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
script(src="/scripts/index.js" defer)
//- Stylesheets

View File

@ -14,10 +14,6 @@ html(lang="en")
if clientCSS
link(rel='stylesheet', href=`${clientCSS}`)
if endpoints.polls || (endpoints.get && endpoints.get.polls)
script(type="module" src="/lib/sib-polls-component/index.js" defer)
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
body
.wrapper