Skip to content

Commit

Permalink
Fix show-grids
Browse files Browse the repository at this point in the history
  • Loading branch information
metehaansever authored Jan 23, 2024
1 parent 7228a15 commit 258a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvio/data/interactive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ <h4 style="padding-top: 10px; border-top: 1px #AAA solid;">Select all layers in
<label class="col-3 settings-label d-flex" for="show_grid_for_bins" data-help="show-grids">Show grids:</label>
<div class="col-4 input-align d-flex">
<input class="" type="checkbox" id="show_grid_for_bins" name="checkbox" value="value" onchange="emit('bin-settings-changed'); if (this.checked) { $('#grid_color, .grid_details').show(); } else { $('#grid_color, .grid_details').hide(); }" style="float: left;">
<div id="grid_color" style="display: none !important;" class="colorpicker colorpicker-width"></div>
<div id="grid_color" style="display: none !important;" class="colorpicker colorpicker-width" style="background-color: #FFFFFF" color="#FFFFFF"></div>
<div class="col-8 d-flex pl-0 align-items-center">
<div class="d-flex">
<div class="grid_details display-settings" style="display: none;">
Expand Down

0 comments on commit 258a713

Please sign in to comment.