Skip to content

Commit

Permalink
Rename occurrence in abiotic module
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Jan 29, 2024
1 parent 5921d1c commit 4af1834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bims/static/js/views/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ define([
'decision-support-tool-container'
]
if (value === 'occurrence') {
$('#module-info').html('Occurrence')
$('#module-info').html('Occurrence - Biodiversity module')
$('.occurrence-sort').show();
for (let container of occurrencesFilter) {
if (document.getElementById(container)) {
Expand Down
4 changes: 2 additions & 2 deletions bims/templates/map_page/search-panel-templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
class="fa fa-angle-up pull-right filter-icon-arrow"></i><i
class="fa fa-angle-down pull-right filter-icon-arrow"></i>
<div>
<span id="module-info" class="badge badge-secondary">Occurrences</span>
<span id="module-info" class="badge badge-secondary">Occurrence - Biodiversity module</span>
</div>
</div>
</div>
<div style="display: none;"
data-toggle="tooltip" data-placement="top" class="thermal-module-filters-wrapper">
<div class="form-check module-radio-wrapper">
<input class="radio-module" type="radio" id="occurrence-module" name="module" value="occurrence" checked>
<label class="form-check-label" for="occurrence-module">Occurrence</label>
<label class="form-check-label" for="occurrence-module">Occurrence - Biodiversity module</label>
</div>
<div class="form-check module-radio-wrapper">
<input class="radio-module" type="radio" id="water_temperature-module" name="module" value="water_temperature">
Expand Down

0 comments on commit 4af1834

Please sign in to comment.