Skip to content
Snippets Groups Projects
Commit 37c3474f authored by Robert Speicher's avatar Robert Speicher
Browse files

Tree.init() JS is no longer required

parent 96b4acf5
No related branches found
No related tags found
1 merge request!1627Tree performance improvements
= render "head"
%div#tree-holder.tree-holder
= render "tree", commit: @commit, tree: @tree
:javascript
$(function() {
Tree.init();
});
= render "tree", tree: @tree
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment