From 0b65e9519bbf520bf33cd6bb96933312bdeaf15e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 7 Jan 2019 23:43:25 -0500 Subject: [PATCH] Bug 1518381 - lightbox is no longer used when clicking on an attachment's link in markdown comments --- extensions/BugModal/web/bug_modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3