Skip to content

Commit

Permalink
Update hudson-behavior.js
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 15, 2021
1 parent 46c2a78 commit 20ed27c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion war/src/main/webapp/scripts/hudson-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,8 @@ function rowvgStartEachRow(recursive,f) {
// this is suffixed by a pointless string so that two processing for optional-block-start
// can sandwich row-set-end
// this requires "TR.row-set-end" to mark rows
var checkbox = e.down().down();
// Get the `input` from the checkbox container
var checkbox = e.querySelector("input[type='checkbox']")
updateOptionalBlock(checkbox,false);
});

Expand Down

0 comments on commit 20ed27c

Please sign in to comment.