🐛 fix window variable in html

archived-develop
tykayn 3 years ago
parent 4ec9091233
commit 48636ad947

@ -103,7 +103,7 @@
</sub>
<div class="preview-url">
<a [href]="'/#/vote/poll/slug/' + config.customUrl">
{{ window.location.origin + '#/vote/poll/slug/' + config.customUrl }}
{{ '#/vote/poll/slug/' + config.customUrl }}
</a>
<framadate-copy-text [textToCopy]="config.urlPublic"></framadate-copy-text>
</div>

Loading…
Cancel
Save