Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 5, 2021
1 parent 2c1c5ee commit 5537928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function closestTR(node) {

function fromConfigTable(configTable) {
var $ = getJQuery();
var sectionHeaders = $('.section-header', configTable);
var sectionHeaders = $('.jenkins-section__header', configTable);
var configForm = markConfigTableParentForm(configTable);

// Mark the ancestor <tr>s of the section headers and add a title
Expand Down

0 comments on commit 5537928

Please sign in to comment.