summaryrefslogtreecommitdiffhomepage
path: root/libs/cbi/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'libs/cbi/htdocs')
-rw-r--r--libs/cbi/htdocs/luci-static/resources/cbi.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/cbi/htdocs/luci-static/resources/cbi.js b/libs/cbi/htdocs/luci-static/resources/cbi.js
index f708d0f7fa..004e12eaa4 100644
--- a/libs/cbi/htdocs/luci-static/resources/cbi.js
+++ b/libs/cbi/htdocs/luci-static/resources/cbi.js
@@ -36,9 +36,6 @@ function cbi_d_add(field, dep, next) {
"deps": []
};
cbi_d.unshift(entry);
-
- if( entry.parent )
- cbi_c[entry.parent] = (cbi_c[entry.parent] || 0) + 1;
}
entry.deps.push(dep)
}