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