BigW Consortium Gitlab

tree.js.haml 310 Bytes
Newer Older
gitlabhq committed
1
:plain
Nihad Abbasov committed
2
  $("#tree-holder table").hide("slide", { direction: "left" }, 150, function(){
gitlabhq committed
3 4 5
    $("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}");
    $("#tree-holder table").show("slide", { direction: "right" }, 150);
  });