diff options
| author | historia <[not public]> | 2026-07-11 18:30:58 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-11 18:30:58 -0400 |
| commit | 2bacbb08d1ac67c4f63ee535728cd4e8760e3211 (patch) | |
| tree | d8ee366b3d32b486eb05c5e10bc65cf194ae4c23 /internal/admin/templates/layout.html | |
| parent | 131cbbe586463a7232f332650af5f0b2c13dc7e9 (diff) | |
| download | thehouseoficarus-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.html | 1 |
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> |
