fix regression in draggable boot order list drag image,

update Sortable.js,
fix mising icons in boot order list
This commit is contained in:
2025-11-07 21:03:34 +00:00
parent 9e1fca8597
commit 3b7d3ba01f
5 changed files with 15 additions and 6 deletions

View File

@@ -38,6 +38,10 @@ var MimeTypes = map[string]MimeType{
Type: "image/svg+xml",
Minifier: svg.Minify,
},
"png": {
Type: "image/png",
Minifier: nil,
},
"js": {
Type: "application/javascript",
Minifier: js.Minify,
@@ -75,6 +79,10 @@ var MimeTypes = map[string]MimeType{
Type: "image/svg+xml",
Minifier: nil,
},
"png": {
Type: "image/png",
Minifier: nil,
},
"js": {
Type: "application/javascript",
Minifier: nil,