diff options
| author | historia <[not public]> | 2026-07-01 06:32:15 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 06:32:15 -0400 |
| commit | 649ef4b7416ce7053145878841fc9b0bff2f5fec (patch) | |
| tree | 1dae6678dac94d5f5948973059b7ddf8a70c3659 /internal/admin/templates/items.html | |
| parent | bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (diff) | |
| download | thehouseoficarus-649ef4b7416ce7053145878841fc9b0bff2f5fec.tar.gz | |
feat: admin gui card code unified, unhinged conversation tree GUI sort of implemented
Diffstat (limited to 'internal/admin/templates/items.html')
| -rw-r--r-- | internal/admin/templates/items.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/templates/items.html b/internal/admin/templates/items.html index 4a74ff5..5d82ace 100644 --- a/internal/admin/templates/items.html +++ b/internal/admin/templates/items.html @@ -10,6 +10,7 @@ </div> </div> <script src="/static/editor.js"></script> +<script src="/static/cardeditor.js"></script> <script src="/static/itemeditor.js"></script> <script> initItemEditor(); |
