gitlab-org--gitlab-foss/app/views/refs/tree.js.haml

6 lines
318 B
Text
Raw Normal View History

2011-11-16 00:38:53 -05:00
:plain
2011-12-20 01:59:14 -05:00
//$("#tree-content-holder").hide("slide", { direction: "left" }, 150, function(){
2011-11-16 00:38:53 -05:00
$("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}");
2011-12-01 09:16:53 -05:00
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
2011-12-20 01:59:14 -05:00
//});