Skip to content

Fix for "Diff suppressed. Click to show" links

gitlab-qa-bot requested to merge github/fork/occ/suppressed-diff-fix into 5-4-stable

Created by: occ

Event handler on "Diff suppressed. Click to show" links were broken as the elements that have the correct handler are replaced by ones loaded with an AJAX request. This patch attaches the event handler to elements loaded afterwards as well.

Merge request reports