提交 d09a6008 编写于 作者: K kohsuke

progress bar link was not working.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4657 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f3346007
......@@ -110,7 +110,7 @@ var hudsonRules = {
"TABLE.progress-bar" : function(e) {// sortable table
e.onclick = function() {
var href = this.getAttribute("href");
if(href!=null) window.href = href;
if(href!=null) window.location = href;
}
e = null; // avoid memory leak
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册