Skip to content

Commit

Permalink
[FIXED JENKINS-8917] Plugin Manager incorrectly displays "Changes wil…
Browse files Browse the repository at this point in the history
…l take effect when you restart Jenkins".
  • Loading branch information
ssogabe committed Mar 1, 2011
1 parent 24309c6 commit 584112a
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 @@ -63,6 +63,9 @@
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8865">issue 8865</a>)
<li class=rfe>
thread dump now reports all the threads from all the slaves, not just the master.
<li class=bug>
Plugin Manager incorrectly displays "Changes will take effect when you restart Jenkins".
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8917">issue 8917</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
Expand Up @@ -138,7 +138,7 @@ THE SOFTWARE.

function updateMsg() {
<!-- is anything changed since its original state? -->
var e = $A($('plugins').getElementsByTagName('input')).find(function(e) {
var e = $A(Form.getInputs('plugins', 'checkbox')).find(function(e) {
return String(e.checked)!=e.getAttribute('original');
});

Expand Down

0 comments on commit 584112a

Please sign in to comment.