1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 19:12:07 +02:00

ID is better than Id according to Golang

This commit is contained in:
Yohann D'ANELLO
2020-10-02 21:13:50 +02:00
parent 8eab4dfe22
commit 7ceecad355
3 changed files with 13 additions and 4 deletions

View File

@ -35,7 +35,7 @@
<!-- Chat -->
<div class="col-chat" id="sideWidget">
<iframe src="https://irc.crans.org/web/?join=stream_{{.Path}}&nick=viewer&password=&realname=Viewer"
<iframe src="{{.WidgetURL}}"
title="Chat" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
</div>
</div>