diff options
| author | historia <[not public]> | 2026-07-14 01:36:31 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-14 01:36:31 -0400 |
| commit | d72957499f1e25741b8f7a91746fbe132fa68161 (patch) | |
| tree | 115302045c5bce0b62b812bbfcbe3737c9163bb5 /internal/admin/static/mobeditor.js | |
| parent | 5a6986a8c539364b7a166abdfb608b3cc00ecb3b (diff) | |
| download | thehouseoficarus-d72957499f1e25741b8f7a91746fbe132fa68161.tar.gz | |
feat(admin): copy paste rooms on map, swap rooms with adjacent rooms
Diffstat (limited to 'internal/admin/static/mobeditor.js')
| -rw-r--r-- | internal/admin/static/mobeditor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/static/mobeditor.js b/internal/admin/static/mobeditor.js index 2bef881..849dcf9 100644 --- a/internal/admin/static/mobeditor.js +++ b/internal/admin/static/mobeditor.js @@ -284,6 +284,7 @@ function renderMobCard(sec, data) { if (sec.id === 'talk') { h += '<div id="talktree"></div>'; + h += ced_renderTagHelp('talk'); } } h += '</div>'; |
