diff options
| author | historia <[not public]> | 2026-07-06 22:04:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-06 22:04:10 -0400 |
| commit | 911aae15f4e869c93239ef7c630c61e1d9d4ef3f (patch) | |
| tree | 8f9c78efd237a81dc949eaa4e2fcf51e213d85d7 /internal/admin/static/map.js | |
| parent | e9144cad4a8c55dcee4a694149f06588edd8595a (diff) | |
| download | thehouseoficarus-911aae15f4e869c93239ef7c630c61e1d9d4ef3f.tar.gz | |
fix: right sidebar tabs overflow correctly
Diffstat (limited to 'internal/admin/static/map.js')
| -rw-r--r-- | internal/admin/static/map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/static/map.js b/internal/admin/static/map.js index ba68d80..0dab98c 100644 --- a/internal/admin/static/map.js +++ b/internal/admin/static/map.js @@ -482,7 +482,7 @@ function renderSidePanel(data) { html += '<button class="panel-tab' + (currentPanelTab === 4 ? ' active' : '') + '" onclick="switchPanelTab(4)">Mobs</button>'; html += '<button class="panel-tab' + (currentPanelTab === 5 ? ' active' : '') + '" onclick="switchPanelTab(5)">Items</button>'; html += '<button class="panel-tab' + (currentPanelTab === 6 ? ' active' : '') + '" onclick="switchPanelTab(6)">Hazard</button>'; - html += '<button class="panel-tab' + (currentPanelTab === 7 ? ' active' : '') + '" onclick="switchPanelTab(7)">Course</button>'; + html += '<button class="panel-tab' + (currentPanelTab === 7 ? ' active' : '') + '" onclick="switchPanelTab(7)">Agility</button>'; html += '</div>'; html += '<div class="panel-tab-content">'; |
