aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/techeditor.js
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-05 16:42:01 -0400
committerhistoria <[not public]>2026-07-05 16:42:01 -0400
commit9b54188970c51070d86f4c87e909ea7836c86f07 (patch)
tree9dea17fee340bb92dee8bb4632001dbf219d2462 /internal/admin/static/techeditor.js
parent21c1997a3fd0f5ec5dcff1add45e4dfaf7a338ca (diff)
downloadthehouseoficarus-9b54188970c51070d86f4c87e909ea7836c86f07.tar.gz
fix: restructure steal yaml, update admin web gui
Diffstat (limited to 'internal/admin/static/techeditor.js')
-rw-r--r--internal/admin/static/techeditor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/static/techeditor.js b/internal/admin/static/techeditor.js
index cd4f50f..70f881e 100644
--- a/internal/admin/static/techeditor.js
+++ b/internal/admin/static/techeditor.js
@@ -98,6 +98,7 @@ function renderTechEditor(id, data) {
}
function renderCurrent() {
+ ced_syncDOMToData(techData);
if (!techData || !techID) return;
renderTechEditor(techID, techData);
}