Add an other way to get jquery's version (#1884)

* Add an other way to get jquery's version

This syntax is used by wordpress, and can be tested [here](https://about.mattermost.com/blog/)

* Fix a typo
main
jvoisin 7 years ago committed by Elbert Alias
parent 50528059d2
commit 0fe7fd2ee9

@ -10418,7 +10418,7 @@
"script": [ "script": [
"jquery(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "jquery(?:\\-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1",
"/([\\d.]+)/jquery(?:\\.min)?\\.js\\;version:\\1", "/([\\d.]+)/jquery(?:\\.min)?\\.js\\;version:\\1",
"jquery.*\\.js" "jquery.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1"
], ],
"website": "http://jquery.com" "website": "http://jquery.com"
}, },

Loading…
Cancel
Save