mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 19:42:20 +00:00
Hide sidebar widget if no url provided
This commit is contained in:
parent
db0937dd1a
commit
3c16c11f38
@ -29,15 +29,19 @@
|
|||||||
<rect width="4" height="14" x="11" y="1" rx="1"/>
|
<rect width="4" height="14" x="11" y="1" rx="1"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
|
{{if .WidgetURL}}
|
||||||
<a href="#" id="sideWidgetToggle" class="ml-1" title="Cacher/Afficher le chat">»</a>
|
<a href="#" id="sideWidgetToggle" class="ml-1" title="Cacher/Afficher le chat">»</a>
|
||||||
|
{{end}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{if .WidgetURL}}
|
||||||
<!-- Chat -->
|
<!-- Chat -->
|
||||||
<div class="col-chat" id="sideWidget">
|
<div class="col-chat" id="sideWidget">
|
||||||
<iframe src="{{.WidgetURL}}"
|
<iframe src="{{.WidgetURL}}"
|
||||||
title="Chat" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
|
title="Chat" sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/static/js/sideWidget.js"></script>
|
<script src="/static/js/sideWidget.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user