X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fhtdocs%2Fluci-static%2Fresources%2Fcbi.js;h=0a49a693a352593c8b1f314d21a6e1e1548b9499;hp=8ced4419aec9c4d45652c24aa6b38e9573636241;hb=fd0f8e80c50f01020258c73c41e206c38b4ca824;hpb=9de7ff8e69420b16078c51f6a1181d4438b653e9;ds=sidebyside diff --git a/libs/web/htdocs/luci-static/resources/cbi.js b/libs/web/htdocs/luci-static/resources/cbi.js index 8ced4419a..0a49a693a 100644 --- a/libs/web/htdocs/luci-static/resources/cbi.js +++ b/libs/web/htdocs/luci-static/resources/cbi.js @@ -748,7 +748,7 @@ function cbi_dynlist_init(name, respath, datatype, optional, choices) return false; } - cbi_dynlist_redraw(-1, -1, -1); + cbi_dynlist_redraw(NaN, -1, -1); } //Hijacks the CBI form to send via XHR (requires Prototype)