2011-10-08 23:36:38 +02:00
|
|
|
:plain
|
2011-10-26 15:46:25 +02:00
|
|
|
$("#tree-holder table").hide("slide", { direction: "left" }, 150, function(){
|
2012-08-11 00:07:50 +02:00
|
|
|
$("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {repo: @repo, commit: @commit, tree: @tree}))}");
|
2011-10-08 23:36:38 +02:00
|
|
|
$("#tree-holder table").show("slide", { direction: "right" }, 150);
|
|
|
|
});
|