summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/footer.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-18 17:05:36 +0100
committerJo-Philipp Wich <jow@openwrt.org>2016-01-18 17:05:36 +0100
commitb50471787feb9c04b365ff239aee8f39eadc236b (patch)
treecef8b5577dd9365c2d2de3106772c3f7dd705e93 /modules/luci-base/luasrc/view/cbi/footer.htm
parentbe8dba57a9824179a6b942e27e7203d0ba921129 (diff)
luci-base: refactor cbi dependency handling code
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/footer.htm')
-rw-r--r--modules/luci-base/luasrc/view/cbi/footer.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/footer.htm b/modules/luci-base/luasrc/view/cbi/footer.htm
index 115250a82d..42bf98bf27 100644
--- a/modules/luci-base/luasrc/view/cbi/footer.htm
+++ b/modules/luci-base/luasrc/view/cbi/footer.htm
@@ -19,7 +19,7 @@
<input class="cbi-button cbi-button-reset" type="button" value="<%:Reset%>" onclick="location.href='<%=REQUEST_URI%>'" />
<% end %>
- <script type="text/javascript">cbi_d_update();</script>
+ <script type="text/javascript">cbi_init();</script>
</div>
<%- end -%>
</form>