Merge pull request #4044 from TheConciergeDev/patch-3

insert back removed jquery regexes
main
Elbert Alias 4 years ago committed by GitHub
commit 9ac9cae7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24083,9 +24083,14 @@
"description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.", "description": "jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.",
"icon": "jQuery.svg", "icon": "jQuery.svg",
"js": { "js": {
"jQuery.fn.jquery": "([\\d.]+)\\;version:\\1" "jQuery.fn.jquery": "([\\d.]+)\\;version:\\1",
"$.fn.jquery": "([\\d.]+)\\;version:\\1"
}, },
"scripts": "jquery", "scripts": [
"jquery",
"/jquery(-(\\d+\\.\\d+\\.\\d+))[/.-];version:\\1",
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-];version:\\1"
],
"website": "https://jquery.com" "website": "https://jquery.com"
}, },
"jQuery DevBridge Autocomplete": { "jQuery DevBridge Autocomplete": {