Skip to content

Commit

Permalink
[JENKINS-71890] Model links in build history views and administrative…
Browse files Browse the repository at this point in the history
… monitors no longer work (#8485)
  • Loading branch information
benebsiny committed Sep 25, 2023
1 parent c0f6fbe commit 9f6bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/js/components/dropdowns/jumplists.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function init() {
* Appends a ⌄ button at the end of links which support jump lists
*/
function generateJumplistAccessors() {
document.querySelectorAll("A.model-link").forEach((link) => {
behaviorShim.specify("A.model-link", "-jumplist-", 999, (link) => {
const isFirefox = navigator.userAgent.indexOf("Firefox") !== -1;
// Firefox adds unwanted lines when copying buttons in text, so use a span instead
const dropdownChevron = document.createElement(
Expand Down

0 comments on commit 9f6bf54

Please sign in to comment.