Fix for "Diff suppressed. Click to show" links
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.