Skip to content
Snippets Groups Projects
Commit 4a78ffb9 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

line breaks

parent 5a38cda6
No related branches found
No related tags found
No related merge requests found
......@@ -130,11 +130,11 @@ LatticeMenuView = Backbone.View.extend({
<li><a class="connectionType" data-type="<%= key %>" href="#"><%= allConnectionTypes[cellType][key] %></a></li>\
<% }); %>\
</ul>\
</div><br/><br/>\
</div><br/>\
<label class="checkbox">\
<input type="checkbox" <% if (shouldPreserveCells) { %> checked="checked" <% } %> value="" id="preserveCells" data-toggle="checkbox" class="custom-checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>\
Preserve cells on lattice change\
</label>\
</label><br/><br/>\
Scale:&nbsp;&nbsp;<input id="scaleSlider" data-slider-id="ex1Slider" type="text" data-slider-min="1" data-slider-max="100" data-slider-step="0.1" data-slider-value="<%= scale %>"/>\
<br/><input id="latticeScale" value="<%= scale %>" placeholder="enter scale" class="form-control" type="text"><br/>\
Num Cells:&nbsp;&nbsp;<%= numCells %><br/>\
......
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