Handling big commits & big diff
This commit is contained in:
parent
17a88bb6a2
commit
86676476e6
7 changed files with 85 additions and 53 deletions
|
@ -74,3 +74,8 @@ function resetMenu() {
|
|||
function slugify(text) {
|
||||
return text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase();
|
||||
}
|
||||
|
||||
function showDiff(link) {
|
||||
$(link).next('table').show();
|
||||
$(link).remove();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue