7754189187
Didn't bother with files in db/, config/, or features/
6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
: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);
|
|
});
|