mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🐛 fix window variable in html
This commit is contained in:
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…
Reference in New Issue
Block a user