diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-07-31 07:59:49 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-08-01 16:47:33 +0200 |
commit | 5e67b8b72be046d8acd703f5f2e5799b153fed6e (patch) | |
tree | 69a2458bf08eac3f4c8b07e3e05ced5e0de141af /modules | |
parent | 89bcae20d0c0308bfbd9aab4b43fb6f8146b8f36 (diff) |
luci-base: form.js: update tab state on dependency checks
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/form.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index ef2f18e35..82b7695e4 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -196,6 +196,8 @@ var CBIMap = CBINode.extend({ if (changed && (n || 0) < 10) this.checkDepends(ev, (n || 10) + 1); + + ui.tabs.updateTabs(ev, this.root); } }); |