Revert "Handle Commit "show suppressed diff" link with a doc-ready event handler."
This reverts commit ef1598b4af
.
This commit is contained in:
parent
a9c7de8815
commit
6507c1085e
3 changed files with 6 additions and 8 deletions
|
@ -57,10 +57,3 @@ var CommitsList = {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$('a.supp_diff_link').live('click', function() {
|
||||
$(link).next('table').show();
|
||||
$(link).remove();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue