Skip to content

Commit

Permalink
[FIXED JENKINS-9689]
Browse files Browse the repository at this point in the history
backporting this from the trunk.
  • Loading branch information
kohsuke committed Jun 15, 2011
1 parent 10c1a8c commit e669d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -85,6 +85,9 @@ <h3><a name=v1.416>What's new in 1.416</a> <!--=DATE=--></h3>
<li class=bug>
Fixed the initialization order of plugins
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9960">issue 9960</a>)
<li class=bug>
Label/node tree is not visible in multi-configuration project config page
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-9689">issue 9689</a>)
<li class=rfe>
<tt>LDAPBindSecurityRealm.groovy</tt> can be now overridden in <tt>$JENKINS_HOME</tt> if it exists.
<li class=rfe>
Expand Down
1 change: 1 addition & 0 deletions war/src/main/webapp/scripts/hudson-behavior.js
Expand Up @@ -453,6 +453,7 @@ function renderOnDemand(e,callback,noBehaviour) {
}
Element.remove(e);

t.responseText.evalScripts();
Behaviour.applySubtree(elements,true);

if (callback) callback(t);
Expand Down

0 comments on commit e669d8c

Please sign in to comment.