From: Dylan William Hardison Date: Tue, 8 Jan 2019 04:43:25 +0000 (-0500) Subject: Bug 1518381 - lightbox is no longer used when clicking on an attachment's link in... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b65e9519bbf520bf33cd6bb96933312bdeaf15e;p=thirdparty%2Fbugzilla.git Bug 1518381 - lightbox is no longer used when clicking on an attachment's link in markdown comments --- diff --git a/extensions/BugModal/web/bug_modal.js b/extensions/BugModal/web/bug_modal.js index 3e973fe1e..a53130ece 100644 --- a/extensions/BugModal/web/bug_modal.js +++ b/extensions/BugModal/web/bug_modal.js @@ -378,7 +378,7 @@ $(function() { } // lightboxes - $('.lightbox, .comment-text .lightbox + span:first-of-type a:first-of-type') + $('.lightbox, .comment-text .lightbox + span:first-of-type a:first-of-type, .comment-text .lightbox + p span:first-of-type a:first-of-type') .click(function(event) { if (event.metaKey || event.ctrlKey || event.altKey || event.shiftKey) return;