Skip to content

Commit

Permalink
Merge pull request #67 from thomasgl-orange/JENKINS-37707
Browse files Browse the repository at this point in the history
[JENKINS-37707] fix missing Behaviour in /lib/credentials:select
  • Loading branch information
stephenc committed Sep 20, 2016
2 parents e0d05e2 + c284077 commit 219ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/lib/credentials/select/select.js
Expand Up @@ -248,6 +248,6 @@ window.setTimeout(function() {
var controls = document.getElementsByClassName('credentials-select-control');
var count = controls.length;
for (var i = 0; i < count; i++) {
Behaviour.applySubtree(controls[i]);
Behaviour.applySubtree(controls[i], true);
}
},1);

0 comments on commit 219ea32

Please sign in to comment.