aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/talktree.js
diff options
context:
space:
mode:
Diffstat (limited to 'internal/admin/static/talktree.js')
-rw-r--r--internal/admin/static/talktree.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/static/talktree.js b/internal/admin/static/talktree.js
index ff44ff1..7c7090d 100644
--- a/internal/admin/static/talktree.js
+++ b/internal/admin/static/talktree.js
@@ -317,6 +317,7 @@
html += renderAddNodeRow();
html += '</div>';
container.innerHTML = html;
+ if (typeof DropView !== 'undefined') DropView.setupAllInter();
if (typeof ced_setupSearchFields === 'function') {
setTimeout(function() { ced_setupSearchFields(); }, 10);
}