Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-37941] add norefresh=true in index.jelly as suggested @…
  • Loading branch information
varmenise committed Sep 2, 2016
1 parent 55dde6a commit 41509f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:choose>
<j:when test="${it.ui != null}">
<l:layout title="${%Move}">
<l:layout title="${%Move}" norefresh="true">
<st:include page="sidepanel.jelly" it="${it.item}"/>
<l:main-panel>
<j:set var="item" value="${it.item}"/>
Expand Down

0 comments on commit 41509f3

Please sign in to comment.