projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b174d53
)
luci-base: follow-up fix for ES6 changes
author
Paul Donald
<
[email protected]
>
Sat, 21 Dec 2024 13:26:42 +0000
(13:26 +0000)
committer
Paul Donald
<
[email protected]
>
Sat, 21 Dec 2024 13:26:42 +0000
(13:26 +0000)
follow-up for
c2fc96cc4c6b35f19638f8c54599041ce6e39da4
Signed-off-by: Paul Donald <
[email protected]
>
modules/luci-base/htdocs/luci-static/resources/uci.js
patch
|
blob
|
history
diff --git
a/modules/luci-base/htdocs/luci-static/resources/uci.js
b/modules/luci-base/htdocs/luci-static/resources/uci.js
index e2dcdfbcf9668b9a583ae2e454e46b0c30320a75..9047d5a72080c035b1f0937797ea58bf18413776 100644
(file)
--- a/
modules/luci-base/htdocs/luci-static/resources/uci.js
+++ b/
modules/luci-base/htdocs/luci-static/resources/uci.js
@@
-530,7
+530,7
@@
return baseclass.extend(/** @lends LuCI.uci.prototype */ {
return null;
/* check whether option was changed */
- if (c[conf]?.[sid][opt] != null)
+ if (c[conf]?.[sid]
?.
[opt] != null)
return c[conf][sid][opt];
/* return base value */