aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/layout.html
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-11 18:30:58 -0400
committerhistoria <[not public]>2026-07-11 18:30:58 -0400
commit2bacbb08d1ac67c4f63ee535728cd4e8760e3211 (patch)
treed8ee366b3d32b486eb05c5e10bc65cf194ae4c23 /internal/admin/templates/layout.html
parent131cbbe586463a7232f332650af5f0b2c13dc7e9 (diff)
downloadthehouseoficarus-2bacbb08d1ac67c4f63ee535728cd4e8760e3211.tar.gz
feat(admin): unify context menu, add context menu to files tab
Diffstat (limited to 'internal/admin/templates/layout.html')
-rw-r--r--internal/admin/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/templates/layout.html b/internal/admin/templates/layout.html
index fe4e0f9..f6bd405 100644
--- a/internal/admin/templates/layout.html
+++ b/internal/admin/templates/layout.html
@@ -6,6 +6,7 @@
<title>THOI Admin{{if .Page}} — {{.Page}}{{end}}</title>
<link rel="stylesheet" href="/static/admin.css">
<script src="/static/admin.js"></script>
+<script src="/static/ctxmenu.js"></script>
<script src="/static/colorpicker.js"></script>
</head>
<body>