Display network name on Connect page when network is locked and info is hidden
This commit is contained in:
parent
0cc4f0e920
commit
e116c0db46
@ -110,6 +110,7 @@
|
|||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<%= public ? "The Lounge - " : "" %>
|
<%= public ? "The Lounge - " : "" %>
|
||||||
Connect
|
Connect
|
||||||
|
<%= !displayNetwork && lockNetwork ? "to " + defaults.name : "" %>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
|
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
|
||||||
|
Loading…
Reference in New Issue
Block a user