2011-11-16 06:38:53 +01:00
|
|
|
:plain
|
2012-03-05 23:29:40 +01:00
|
|
|
$("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}");
|
|
|
|
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
|
|
|
|
$('.project-refs-form #path').val("#{params[:path]}");
|