Skip to content
Snippets Groups Projects
Commit d71bf700 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Adding proper reference to local polls

parent 062581ad
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #7796 passed
...@@ -40,7 +40,7 @@ if endpoints.users || (endpoints.get && endpoints.get.users) ...@@ -40,7 +40,7 @@ if endpoints.users || (endpoints.get && endpoints.get.users)
if endpoints.polls || (endpoints.get && endpoints.get.polls) 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="https://unpkg.com/@startinblox/component-poll@1.0" defer)
//- script(type="module" src="/lib/sib-event-component/sib-event.js" defer) //- script(type="module" src="/lib/sib-polls-component/index.js" defer)
script(src="/scripts/index.js" defer) script(src="/scripts/index.js" defer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment