From b29cdaafe02c666a510c0009ab9803ec70882bc5 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Wed, 27 May 2015 18:50:18 -0700 Subject: [PATCH] remove ui from lattice menu --- js/menus/LatticeMenuView.js | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/js/menus/LatticeMenuView.js b/js/menus/LatticeMenuView.js index 60d99f1a..f2c04856 100644 --- a/js/menus/LatticeMenuView.js +++ b/js/menus/LatticeMenuView.js @@ -59,27 +59,6 @@ LatticeMenuView = Backbone.View.extend({ GIK Length: <input data-property="gikLength" value="<%= gikLength %>" placeholder="GIK length" class="form-control intInput lattice" type="text"><br/>\ <br/>\ <% } %>\ - <% if (allMaterialTypes[cellType][connectionType]){ %> \ - Material Type: <div class="btn-group">\ - <button data-toggle="dropdown" class="btn dropdown-toggle" type="button"><%= allMaterialTypes[cellType][connectionType][materialType].name %><span class="caret"></span></button>\ - <ul role="menu" class="dropdown-menu">\ - <% _.each(_.keys(allMaterialTypes[cellType][connectionType]), function(key){ %>\ - <li><a class="lattice dropdownSelector" data-property="materialType" data-value="<%= key %>" href="#"><%= allMaterialTypes[cellType][connectionType][key].name %></a></li>\ - <% }); %>\ - </ul>\ - </div><br/><br/>\ - <% } %>\ - <br/>\ - Units: \ - <div class="btn-group">\ - <button data-toggle="dropdown" class="btn dropdown-toggle" type="button"><%= allUnitTypes[units] %><span class="caret"></span></button>\ - <ul role="menu" class="dropdown-menu">\ - <% _.each(_.keys(allUnitTypes), function(key){ %>\ - <li><a class="lattice dropdownSelector" data-property="units" data-value="<%= key %>" href="#"><%= allUnitTypes[key] %></a></li>\ - <% }); %>\ - </ul>\ - </div><br/><br/>\ - <br/><br/>\ <a href="#" class="clearCells btn btn-block btn-lg btn-danger">Clear All Cells</a><br/>\ Num Cells: <%= numCells %><br/>\ ') -- GitLab