From fd8234e8476a14d08ae271e85f0ab805b784cd51 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Feb 2018 23:05:50 +0100 Subject: [PATCH] Add a way to get jqueryui version (#2084) This can be tested [here](http://linuxmao.org/open%20stage%20control) --- src/apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps.json b/src/apps.json index ffc42892c..a7b02de18 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11416,6 +11416,9 @@ ], "icon": "jQuery UI.svg", "implies": "jQuery", + "js": { + "jQuery.ui.version": "(.*)\\;version:\\1" + }, "script": [ "jquery-ui(?:-|\\.)([\\d.]*\\d)[^/]*\\.js\\;version:\\1", "([\\d.]+)/jquery-ui(?:\\.min)?\\.js\\;version:\\1",