提交 415cd547 编写于 作者: M mindless

[FIXED HUDSON-6756] fix js error in IE for f:select and f:combobox


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@37011 71c3de6d-444a-0410-be80-ed276b4c234a
上级 683f1fcb
......@@ -1029,7 +1029,7 @@ function refillOnChange(e,onChange) {
if (window.YUI!=null) YUI.log("Unable to find a nearby control of the name "+name,"warn")
return;
}
c.addEventListener("change",h,false);
try { c.addEventListener("change",h,false); } catch (ex) { c.attachEvent("change",h); }
deps.push({name:Path.tail(name),control:c});
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册