show.js.haml 432 Bytes
:plain
  // Load Files list
  $("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {tree: @tree}))}");
  $("#tree-content-holder").show("slide", { direction: "right" }, 400);
  $('.project-refs-form #path').val("#{@path}");
  $(".project-refs-form #destination").val("tree");

  //  Load last commit log for each file in tree
  $('#tree-slider').waitForImages(function() {
    ajaxGet('#{@logs_path}');
  });