diff options
| author | historia <[not public]> | 2026-07-09 17:47:39 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 17:47:39 -0400 |
| commit | 7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf (patch) | |
| tree | 1d75ceb3db02d21d15c143df5aad0cab9aabdcdd /internal/admin/templates | |
| parent | b888414c63c0e5fae0d33b3c5faea8a604d195fa (diff) | |
| download | thehouseoficarus-7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf.tar.gz | |
feat(admin): exits to non-existent rooms show on map as ?
Diffstat (limited to 'internal/admin/templates')
| -rw-r--r-- | internal/admin/templates/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/templates/map.html b/internal/admin/templates/map.html index eb95db7..0915aaa 100644 --- a/internal/admin/templates/map.html +++ b/internal/admin/templates/map.html @@ -1,6 +1,6 @@ {{define "body-map"}} <div class="layout"> - <div class="panel panel-left" id="disconnectedPanel"> + <div class="panel panel-left" id="disconnectedPanel" style="display:none"> <div class="panel-header">Disconnected Rooms</div> <div id="disconnectedList" style="overflow-y:auto;flex:1"> <p style="color:#888;text-align:center;margin-top:20px;font-size:11px">None</p> |
