This commit is contained in:
tykayn 2021-04-30 16:51:51 +02:00 committed by Baptiste Lemoine
parent b2b8056b7e
commit dc382017a2
2 changed files with 3 additions and 2 deletions

View File

@ -33,8 +33,8 @@
</h3> </h3>
<p class="nobold text-14" for="copyLink"> <p class="nobold text-14" for="copyLink">
Pour partager le sondage, vous pouvez diffuser ce lien : Pour partager le sondage, vous pouvez diffuser ce lien :
<a href="{{ poll.urlPublic }}"> <a href="{{ window.location.href }}">
{{ poll.urlPublic }} {{ window.location.href }}
</a> </a>
</p> </p>

View File

@ -30,6 +30,7 @@ export class ConsultationComponent implements OnInit, OnDestroy {
id: '', id: '',
}; };
private routeSubscription: Subscription; private routeSubscription: Subscription;
window: any;
constructor( constructor(
private router: Router, private router: Router,