slower animation for tree browsing
This commit is contained in:
parent
52b0ceb87a
commit
e29c9b7932
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
:plain
|
||||
// Load Files list
|
||||
$("#tree-holder").html("#{escape_javascript(render(partial: "tree", locals: {tree: @tree}))}");
|
||||
$("#tree-content-holder").show("slide", { direction: "right" }, 150);
|
||||
$("#tree-content-holder").show("slide", { direction: "right" }, 400);
|
||||
$('.project-refs-form #path').val("#{@path}");
|
||||
|
||||
// Load last commit log for each file in tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue