Commit 37c3474f authored by Robert Speicher's avatar Robert Speicher

Tree.init() JS is no longer required

parent 96b4acf5
= render "head"
%div#tree-holder.tree-holder
= render "tree", commit: @commit, tree: @tree
:javascript
$(function() {
Tree.init();
});
= render "tree", tree: @tree
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment