MR commits suppressed if too many. few icons
This commit is contained in:
parent
3b7998e197
commit
5ef3b38429
4 changed files with 29 additions and 5 deletions
|
@ -38,5 +38,11 @@ var MergeRequest = {
|
|||
$('.status').removeClass("loading");
|
||||
},
|
||||
dataType: "script"});
|
||||
},
|
||||
|
||||
showAllCommits:
|
||||
function() {
|
||||
$(".first_mr_commits").remove();
|
||||
$(".all_mr_commits").removeClass("hide");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue