diff options
Diffstat (limited to 'app/views/projects/tree.js.haml')
-rw-r--r-- | app/views/projects/tree.js.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree.js.haml b/app/views/projects/tree.js.haml index 60cbd199165..eb08adb1ddd 100644 --- a/app/views/projects/tree.js.haml +++ b/app/views/projects/tree.js.haml @@ -1,5 +1,5 @@ :plain - $("#tree-holder table").hide("slide", { direction: "left" }, 150, function(){ + $("#tree-holder table").hide("slide", { direction: "left" }, 150, function(){ $("#tree-holder").html("#{escape_javascript(render(:partial => "tree", :locals => {:repo => @repo, :commit => @commit, :tree => @tree}))}"); $("#tree-holder table").show("slide", { direction: "right" }, 150); }); |