Skip to content

Commit 06caf34

Browse files
committed
Disable hiding per default
1 parent e7ce435 commit 06caf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/gridmap/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</select>
4949
<?php if (count($sats_available) != 0) { ?>
5050
<label class="my-1 me-2" id="satslabel" for="distplot_sats"><?php echo lang('gridsquares_sat'); ?></label>
51-
<select class="form-select my-1 me-sm-2 w-auto" id="sats" <?php if ($user_default_band != "SAT") { ?>disabled<?php } ?>>
51+
<select class="form-select my-1 me-sm-2 w-auto" id="sats">
5252
<option value="All"><?php echo lang('general_word_all')?></option>
5353
<?php foreach($sats_available as $sat) {
5454
echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n";

0 commit comments

Comments
 (0)