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

@ -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({