🐛 fix window variable in html

This commit is contained in:
tykayn 2020-04-25 13:17:00 +02:00
parent 4ec9091233
commit 48636ad947
1 changed files with 1 additions and 1 deletions

View File

@ -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>