aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/map.js
diff options
context:
space:
mode:
Diffstat (limited to 'internal/admin/static/map.js')
-rw-r--r--internal/admin/static/map.js1
1 files changed, 1 insertions, 0 deletions
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 += '</div>';
panel.innerHTML = html;
+ DropView.setupAllInter();
setTimeout(function() {
if (currentPanelTab >= 8) {
var content = panel.querySelector('.panel-tab-content');