提交 6f3893c2 编写于 作者: K kohsuke

next release will be back to business as usual

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@26766 71c3de6d-444a-0410-be80-ed276b4c234a
上级 597841d7
......@@ -1152,14 +1152,6 @@ public class Functions {
public static Date getCurrentTime() {
return new Date();
}
/**
* In tribute to Sun Microsystems and all the people that were a part of it.
*/
public static String getBackgroundImage() {
// for one week.
return System.currentTimeMillis() < 1265443200000L ? "rip.jpg" : "hudson.png";
}
private static final Pattern SCHEME = Pattern.compile("[a-z]+://.+");
......
......@@ -207,7 +207,7 @@ THE SOFTWARE.
</tr>
</table>
<table id="main-table" width="100%" height="70%" border="0"
style="background-image: url(${imagesURL}/${h.backgroundImage});
style="background-image: url(${imagesURL}/hudson.png);
background-repeat: no-repeat; background-position: bottom left;">
<tr>
<td id="side-panel" width="20%">
......
此差异由.gitattributes 抑制。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册