projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a8c12
)
luci-base: form.js: CBISectionValue: properly forward dependency checks
author
Jo-Philipp Wich
<jo@mein.io>
Sun, 11 Aug 2019 18:54:49 +0000
(20:54 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 14 Aug 2019 20:58:15 +0000
(22:58 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/htdocs/luci-static/resources/form.js
patch
|
blob
|
history
diff --git
a/modules/luci-base/htdocs/luci-static/resources/form.js
b/modules/luci-base/htdocs/luci-static/resources/form.js
index b8d97c751a89a00ea23d6d4c280c395be9b33a1e..4cdef2e69214bfad0fb88ded49af0d451ced3aab 100644
(file)
--- a/
modules/luci-base/htdocs/luci-static/resources/form.js
+++ b/
modules/luci-base/htdocs/luci-static/resources/form.js
@@
-1677,7
+1677,7
@@
var CBISectionValue = CBIValue.extend({
checkDepends: function(section_id) {
this.subsection.checkDepends();
- return
this.super('checkDepends'
);
+ return
CBIValue.prototype.checkDepends.apply(this, [ section_id ]
);
},
write: function() {},