Skip to content

Commit

Permalink
even better.
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Jul 31, 2015
1 parent d005868 commit 20de1f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions anvio/data/interactive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ <h4 style="padding-top: 10px; border-top: 1px #AAA solid;" data-help="edit-multi
<td>
<select id="normalization_multiple">
<option value="none">none</option>
<option value="sqrt">Square root</option>
<option value="log">Logarithm</option>
<option value="sqrt">sqrt</option>
<option value="log">log</option>
</select>
</td>
<td><input id="height_multiple" class="input-height" size="3"></input></td>
Expand Down
8 changes: 4 additions & 4 deletions anvio/data/interactive/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ function buildLayersTable(order, settings)
'<td>' +
' <select id="normalization{id}" onChange="clearMinMax(this);" class="normalization">' +
' <option value="none"{option-none}>none</option>' +
' <option value="sqrt"{option-sqrt}>Square root</option>' +
' <option value="log"{option-log}>Logarithm</option>' +
' <option value="sqrt"{option-sqrt}>sqrt</option>' +
' <option value="log"{option-log}>log</option>' +
' </select>' +
'</td>' +
'<td><input class="input-height" type="text" size="3" id="height{id}" value="{height}"></input></td>' +
Expand Down Expand Up @@ -773,8 +773,8 @@ function buildLayersTable(order, settings)
'<td>' +
' <select id="normalization{id}" onChange="clearMinMax(this);" class="normalization">' +
' <option value="none"{option-none}>none</option>' +
' <option value="sqrt"{option-sqrt}>Square root</option>' +
' <option value="log"{option-log}>Logarithm</option>' +
' <option value="sqrt"{option-sqrt}>sqrt</option>' +
' <option value="log"{option-log}>log</option>' +
' </select>' +
'</td>' +
'<td><input class="input-height" type="text" size="3" id="height{id}" value="{height}"></input></td>' +
Expand Down

0 comments on commit 20de1f6

Please sign in to comment.