diff options
| author | historia <[not public]> | 2026-07-10 17:02:13 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-10 17:02:13 -0400 |
| commit | d02f0d2cdf67f1445a9ccae86b99a2578adab585 (patch) | |
| tree | fc2caae674d20b9ac31aa0da41f4f600f8f801a9 /internal/admin/templates | |
| parent | 18d46f9c336d37d0282eb7191bb7ff930163d18f (diff) | |
| download | thehouseoficarus-d02f0d2cdf67f1445a9ccae86b99a2578adab585.tar.gz | |
feat(admin): update search to use standard condition/action framework rather than bespoke implementation
Diffstat (limited to 'internal/admin/templates')
| -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 5d82ace..7efeded 100644 --- a/internal/admin/templates/items.html +++ b/internal/admin/templates/items.html @@ -11,6 +11,7 @@ </div> <script src="/static/editor.js"></script> <script src="/static/cardeditor.js"></script> +<script src="/static/intereditor.js"></script> <script src="/static/itemeditor.js"></script> <script> initItemEditor(); |
