Remove unused code
This commit is contained in:
parent
5872b10de5
commit
de2cd345eb
2 changed files with 0 additions and 16 deletions
|
@ -1,11 +0,0 @@
|
||||||
:plain
|
|
||||||
// Load Files list
|
|
||||||
$("#tree-holder").html("#{escape_javascript(render(partial: "blob", locals: {blob: @blob}))}");
|
|
||||||
$("#tree-content-holder").show("slide", { direction: "right" }, 400);
|
|
||||||
$('.project-refs-form #path').val("#{@path}");
|
|
||||||
$(".project-refs-form #destination").val("blob");
|
|
||||||
|
|
||||||
// Load last commit log for each file in tree
|
|
||||||
$('#tree-slider').waitForImages(function() {
|
|
||||||
ajaxGet('#{@logs_path}');
|
|
||||||
});
|
|
|
@ -1,5 +0,0 @@
|
||||||
:plain
|
|
||||||
$("#tree-holder table").hide("slide", { direction: "left" }, 150, function(){
|
|
||||||
$("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {repo: @repo, commit: @commit, tree: @tree}))}");
|
|
||||||
$("#tree-holder table").show("slide", { direction: "right" }, 150);
|
|
||||||
});
|
|
Loading…
Reference in a new issue