2011-11-16 00:38:53 -05:00
|
|
|
:plain
|
2012-03-05 17:29:40 -05: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]}");
|