You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
bugfixes
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
<br>
|
||||
<% if(ownerContact){ %>
|
||||
<span>Owner contact:</span><br>
|
||||
<span class="text-small m-0"><%= ownerContact %></span>
|
||||
<span class="text-small m-0 bottom-20"><%= ownerContact %></span>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
@@ -452,7 +452,7 @@
|
||||
<input type="text" id="chat-nickname" name="chat-nickname" placeholder="Nickname">
|
||||
<button class="br-0 w-100 top-10" style="height: 44px" id="chat-nickname-save">Save</button>
|
||||
<p style="margin: 5px;">
|
||||
Current identity: <span style="color: #bada55;" id="chat-admin"></span> <strong id="chat-identity-nickname">Anonymous User</strong>
|
||||
Current identity: <span style="color: #bada55;" id="chat-admin"></span> <strong id="chat-identity-nickname"></strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user