Skip to content

Commit

Permalink
Merge pull request #2164 from kzantow/JENKINS-33728-dont-call-getacti…
Browse files Browse the repository at this point in the history
…veinstance-in-layoutjelly

[JENKINS-33728] - Remove stray getActiveInstance call in layout.jelly
  • Loading branch information
daniel-beck committed Mar 23, 2016
2 parents 6a355ae + 8f094a4 commit ef24fd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/main/resources/lib/layout/layout.jelly
Expand Up @@ -158,9 +158,6 @@ ${h.initPageVariables(context)}
</j:forEach>
</j:if>

<j:invokeStatic var="j" className="jenkins.model.Jenkins" method="getActiveInstance" />
<j:set var="installState" value="${j.installState.name()}" />

<j:if test="${isMSIE}">
<script src="${resURL}/scripts/msie.js" type="text/javascript"/>
</j:if>
Expand Down

0 comments on commit ef24fd6

Please sign in to comment.