提交 7c0801ab 编写于 作者: K kohsuke

bug fix.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4085 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4e54ef87
......@@ -642,7 +642,8 @@ function getStyle(e,a){
if(document.defaultView && document.defaultView.getComputedStyle)
return document.defaultView.getComputedStyle(e,null).getPropertyValue(a.replace(/([A-Z])/g, "-$1"));
if(e.currentStyle)
return e.currentStyle[rzCC(a)];
return e.currentStyle[a];
return null;
};
// set up logic behind the search box
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册