Revert "Handle MR "show all commits" link with a doc-ready event handler."
This reverts commit 5b1ede6280
.
This commit is contained in:
parent
581a822326
commit
a9c7de8815
2 changed files with 7 additions and 8 deletions
|
@ -58,16 +58,15 @@ var MergeRequest = {
|
|||
dataType: "script"});
|
||||
},
|
||||
|
||||
showAllCommits:
|
||||
function() {
|
||||
$(".first_mr_commits").remove();
|
||||
$(".all_mr_commits").removeClass("hide");
|
||||
},
|
||||
|
||||
already_cannot_be_merged:
|
||||
function(){
|
||||
$(".automerge_widget").hide();
|
||||
$(".automerge_widget.already_cannot_be_merged").show();
|
||||
}
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$('.first_mr_commits a.show_all').live('click', function() {
|
||||
$(".first_mr_commits").remove();
|
||||
$(".all_mr_commits").removeClass("hide");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue