Fixed localization issue in Inventory tomselect elements

This commit is contained in:
2025-10-26 15:19:42 +01:00
parent 9e706ed35d
commit b3aba6ac86
3 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
@{
ViewData["Title"] = T["Inventory"];
}
<link href="https://cdn.jsdelivr.net/npm/tom-select/dist/css/tom-select.bootstrap5.min.css" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'"/>
<script src="https://cdn.jsdelivr.net/npm/tom-select/dist/js/tom-select.complete.min.js" defer></script>
<partial name="_BatchButton"/>