From 8952653be9bfeeb9aadf59f845de507630d65dc4 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 13 Jul 2026 17:25:14 -0400 Subject: feat(admin): add drop tables to gui showing 1/n drop chances --- internal/admin/static/map.js | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/admin/static/map.js') diff --git a/internal/admin/static/map.js b/internal/admin/static/map.js index 390043e..259fac6 100644 --- a/internal/admin/static/map.js +++ b/internal/admin/static/map.js @@ -602,6 +602,7 @@ function renderSidePanel(data) { html += ''; panel.innerHTML = html; + DropView.setupAllInter(); setTimeout(function() { if (currentPanelTab >= 8) { var content = panel.querySelector('.panel-tab-content'); -- cgit v1.2.3