提交 848c7e83 编写于 作者: O Olivier Lamy

Merge pull request #162 from jieryn/JENKINS-9967

[FIXED JENKINS-9967] about page should not autorefresh
Thanks !
......@@ -56,6 +56,9 @@ Upcoming changes</a>
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
<li class=rfe>
About page should not autorefresh
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9967">issue 9967</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -25,7 +25,7 @@ THE SOFTWARE.
<!-- 3rd party license acknowledgements and -->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
<l:layout title="${%about(app.VERSION)}">
<l:layout title="${%about(app.VERSION)}" norefresh="true">
<l:main-panel>
<h1>${%about(app.VERSION)}</h1>
<p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册