git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
64c74b0
)
luci-app-frpc: correctness fixes
author
Paul Donald
<redacted>
Mon, 25 May 2026 22:40:23 +0000
(
01:40
+0300)
committer
Paul Donald
<redacted>
Wed, 27 May 2026 12:49:46 +0000
(15:49 +0300)
Signed-off-by: Paul Donald <redacted>
applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
patch
|
blob
|
history
diff --git
a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
index 218e04cd741bef70791d3f370f2cc5c18a3b94a6..0ec1037ea49d1004fdb8fddac9f011a2e5f0ade5 100644
(file)
--- a/
applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
+++ b/
applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
@@
-104,7
+104,7
@@
function setParams(o, params) {
const d = {};
for (let vkey in v)
d[vkey] = v[vkey];
- for (let od of
o.deps
) {
+ for (let od of
(o.deps || [])
) {
for (let dkey in od) {
d[dkey] = od[dkey];
}
git clone https://git.99rst.org/PROJECT