projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de7ff8
)
libs/web: fix wrong default focus in dynlist widgets (#388)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 4 Mar 2012 14:15:09 +0000
(14:15 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 4 Mar 2012 14:15:09 +0000
(14:15 +0000)
libs/web/htdocs/luci-static/resources/cbi.js
patch
|
blob
|
history
diff --git
a/libs/web/htdocs/luci-static/resources/cbi.js
b/libs/web/htdocs/luci-static/resources/cbi.js
index 8ced4419aec9c4d45652c24aa6b38e9573636241..0a49a693a352593c8b1f314d21a6e1e1548b9499 100644
(file)
--- 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)