Add a way to get jqueryui version (#2084)

This can be tested [here](http://linuxmao.org/open%20stage%20control)
main
jvoisin 7 years ago committed by Elbert Alias
parent b15538b9cd
commit fd8234e847

@ -11416,6 +11416,9 @@
], ],
"icon": "jQuery UI.svg", "icon": "jQuery UI.svg",
"implies": "jQuery", "implies": "jQuery",
"js": {
"jQuery.ui.version": "(.*)\\;version:\\1"
},
"script": [ "script": [
"jquery-ui(?:-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "jquery-ui(?:-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"([\\d.]+)/jquery-ui(?:\\.min)?\\.js\\;version:\\1", "([\\d.]+)/jquery-ui(?:\\.min)?\\.js\\;version:\\1",

Loading…
Cancel
Save