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
|
@ -75,6 +75,11 @@ function slugify(text) {
|
|||
return text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase();
|
||||
}
|
||||
|
||||
function showDiff(link) {
|
||||
$(link).next('table').show();
|
||||
$(link).remove();
|
||||
}
|
||||
|
||||
(function($){
|
||||
var _chosen = $.fn.chosen;
|
||||
$.fn.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue