Skip to content

Commit

Permalink
Comments out delete button at root of msm tree until implemented. re #…
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jan 10, 2019
1 parent 991409b commit ddd8f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<div data-bind="text: node.name" style="padding-left:5px"></div>
<!-- ko if: node.istopnode -->
<i class="jstree-node-action-icon fa fa-trash" role="presentation" data-bind="" data-toggle="tooltip" data-original-title="{% trans "Delete Survey" %}"></i>
<!-- <i class="jstree-node-action-icon fa fa-trash" role="presentation" data-bind="" data-toggle="tooltip" data-original-title="{% trans "Delete Survey" %}"></i> -->
<!-- /ko -->
</div>
</a>
Expand Down

0 comments on commit ddd8f19

Please sign in to comment.