mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 18:41:54 +08:00
luci-app-https-dns-proxy: add status->overview include file
* add status->overview include file * sync version to principal package * minor code formatting/styling fixes for js files * improve HTTP/2 and HTTP/3 detection in RPCD script Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
+2
-1
@@ -2,6 +2,7 @@
|
||||
// This code wouldn't have been possible without help from:
|
||||
// - [@stokito](https://github.com/stokito)
|
||||
// - [@vsviridov](https://github.com/vsviridov)
|
||||
// noinspection JSAnnotator
|
||||
|
||||
"require ui";
|
||||
"require rpc";
|
||||
@@ -241,7 +242,7 @@ var status = baseclass.extend({
|
||||
});
|
||||
name += " (" + option + ")";
|
||||
} else {
|
||||
if (match[1] != "") name += " (" + match[1] + ")";
|
||||
if (match[1] !== "") name += " (" + match[1] + ")";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user