提交 bbaeade5 编写于 作者: K Kohsuke Kawaguchi

this needs to happen at least after the rowset name/nameRef fixup happens.

Since I don't think any other scripts depend on this one, I'm just giving it a low enough priority.
上级 fc836c13
......@@ -40,7 +40,7 @@ function updateListBox(listBox,url,config) {
new Ajax.Request(url, config);
}
Behaviour.specify("SELECT.select", 'select', 0, function(e) {
Behaviour.specify("SELECT.select", 'select', 1000, function(e) {
// controls that this SELECT box depends on
refillOnChange(e,function(params) {
var value = e.value;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册