mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed prevents users from pasting into input fields issue
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
string barcodeText = adminSettingsModel.BarcodeText ?? "HAM";
|
||||
}
|
||||
<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>
|
||||
<script src="/js/tom-select.min.js" defer></script>
|
||||
|
||||
<partial name="_BatchButton"/>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
string barcodeType = Configuration["BarcodeType"] ?? "EAN13";
|
||||
}
|
||||
<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>
|
||||
<script src="/js/tom-select.min.js" defer></script>
|
||||
|
||||
<partial name="_BatchButton"/>
|
||||
|
||||
|
||||
1
src/wwwroot/js/tom-select.min.js
vendored
Normal file
1
src/wwwroot/js/tom-select.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user