Merge pull request #7196 from nurbek91/choices

Update Choices / js-lib #7129
main
Elbert Alias 2 years ago committed by GitHub
commit 95b723dfda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1381,8 +1381,12 @@
"description": "Choices.js is a lightweight, configurable select box/text input plugin.", "description": "Choices.js is a lightweight, configurable select box/text input plugin.",
"icon": "Choices.png", "icon": "Choices.png",
"oss": true, "oss": true,
"js": {
"Choices": ""
},
"scriptSrc": [ "scriptSrc": [
"choices\\.js/|@([\\d.]+)(?:/assets)?(?:/scripts)?(?:/styles)?(?:/dist)?/choices(?:\\.min)?\\.js|css\\;version:\\1" "choices\\.js(?:@|/)?([\\d\\.]+)?.+choices\\.min\\.js\\;version:\\1",
"/modules/choices/js/choices\\.js"
], ],
"website": "https://github.com/Choices-js/Choices" "website": "https://github.com/Choices-js/Choices"
}, },