From 21e14940a4f709b8cca000aed79bf150b0be3aa8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Feb 2018 23:07:39 +0100 Subject: [PATCH] Add a way to get YUI version (#2089) This can be tested [here](https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/1732150) --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 9ff3bb971..2f612df45 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10765,7 +10765,8 @@ 12 ], "js": { - "YAHOO": "" + "YAHOO": "", + "YUI.version": "(.*)\\;version:\\1" }, "icon": "YUI.png", "script": "(?:/yui/|yui\\.yahooapis\\.com)",