Skip to content

Commit

Permalink
[JENKINS-71152] The System page breadcrumb no longer displays a list …
Browse files Browse the repository at this point in the history
…of page sections (jenkinsci#7887)

Update inpage-jumplist.js
  • Loading branch information
janfaracik authored Apr 28, 2023
1 parent cef1069 commit 31f6dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/js/components/dropdowns/inpage-jumplist.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function init() {
chevron.classList.add("children");
chevron.items = Array.from(
document.querySelectorAll(
"form > div > div > .jenkins-section > .jenkins-section__title"
"form > div > .jenkins-section > .jenkins-section__title"
)
).map((section) => {
section.id = toId(section.textContent);
Expand Down

0 comments on commit 31f6dde

Please sign in to comment.