Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #162 from jieryn/JENKINS-9967
[FIXED JENKINS-9967] about page should not autorefresh
Thanks !
  • Loading branch information
olamy committed Jun 14, 2011
2 parents 3059872 + 985f378 commit 848c7e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -56,6 +56,9 @@
<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=-->

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/AboutJenkins/index.jelly
Expand Up @@ -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>
Expand Down

0 comments on commit 848c7e8

Please sign in to comment.