summaryrefslogtreecommitdiffhomepage
path: root/libs/web/htdocs/luci-static/resources/cbi.js
diff options
context:
space:
mode:
Diffstat (limited to 'libs/web/htdocs/luci-static/resources/cbi.js')
-rw-r--r--libs/web/htdocs/luci-static/resources/cbi.js2
1 files changed, 1 insertions, 1 deletions
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)