]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1518381 - lightbox is no longer used when clicking on an attachment's link in...
authorDylan William Hardison <dylan@hardison.net>
Tue, 8 Jan 2019 04:43:25 +0000 (23:43 -0500)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 04:43:25 +0000 (23:43 -0500)
extensions/BugModal/web/bug_modal.js

index 3e973fe1e1968cc77216781f6877637d52550445..a53130ece7f0f9ff753f8cc0b227dacb8ef3aeea 100644 (file)
@@ -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;