Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 8, 2025
1 parent 16f2b22 commit 4b270e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/layout/main-panel.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ THE SOFTWARE.
<a id="skip2content" />
<button id="opencloseting" class="jenkins-button jenkins-button--tertiary">
<l:icon src="symbol-sidebar" />
${%Menu}2
${%Menu}
</button>
<x:comment>&#10;start of main content ⇒&#10;</x:comment>
<d:invokeBody />
Expand Down
1 change: 0 additions & 1 deletion src/main/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const thing2 = document.querySelector("#main-panel #opencloseting");

if (!sidepanel) {
thing2.remove();
thing2.remove();
}

Utils.generateDropdown(thing2, (instance) => {
Expand Down

0 comments on commit 4b270e2

Please sign in to comment.