From 6bd5365cc22f84c047c1585e3f54571af46f53e5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 18:52:51 -0400 Subject: feat: renameable directories and files in admin gui --- internal/admin/static/techeditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/admin/static/techeditor.js') diff --git a/internal/admin/static/techeditor.js b/internal/admin/static/techeditor.js index 70f881e..ffb2b7b 100644 --- a/internal/admin/static/techeditor.js +++ b/internal/admin/static/techeditor.js @@ -70,7 +70,7 @@ function loadTechEditor(id) { function loadItem(id) { loadTechEditor(id); } function renderTechEditor(id, data) { - var html = '

Tech: ' + esc(id) + '

'; + var html = renderRenameableHeader('Tech', id); html += '
'; html += '
'; -- cgit v1.2.3