Revert "Handle Commit "show suppressed diff" link with a doc-ready event handler."

This reverts commit ef1598b4af.
This commit is contained in:
Zevs 2012-06-20 21:01:27 +03:00
parent a9c7de8815
commit 6507c1085e
3 changed files with 6 additions and 8 deletions

View file

@ -57,10 +57,3 @@ var CommitsList = {
});
}
}
$(function () {
$('a.supp_diff_link').live('click', function() {
$(link).next('table').show();
$(link).remove();
});
});