diff options
| author | historia <[not public]> | 2026-07-13 18:36:29 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-13 18:36:29 -0400 |
| commit | 1bedf06969b8ab8e51dd4301a0831200df5c8f59 (patch) | |
| tree | acdcbcc3a26896c678edeffad0cb0d8ec9b2857b /internal/admin/templates/items.html | |
| parent | 8952653be9bfeeb9aadf59f845de507630d65dc4 (diff) | |
| download | thehouseoficarus-1bedf06969b8ab8e51dd4301a0831200df5c8f59.tar.gz | |
feat(admin): tooltips added for confusing fields, hide more optional fields with buttons
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 f1c8ee5..d81fb1d 100644 --- a/internal/admin/templates/items.html +++ b/internal/admin/templates/items.html @@ -12,6 +12,7 @@ <script src="/static/editor.js"></script> <script src="/static/cardeditor.js"></script> <script src="/static/intereditor.js"></script> +<script src="/static/dropview.js"></script> <script src="/static/itemeditor.js"></script> <script> initItemEditor(); |
