diff --git a/public-report/template/mock/water.html b/public-report/template/mock/water.html index c86023bd..221f2b76 100644 --- a/public-report/template/mock/water.html +++ b/public-report/template/mock/water.html @@ -162,6 +162,14 @@ function setLocationInputs(location) { street.value = context.country.name; } +function toggleCollapse(something) { + el = document.getElementById(something) + if (el.classList.contains('collapse')) { + el.classList.remove('collapse'); + } else { + el.classList.add('collapse'); + } +} document.addEventListener('DOMContentLoaded', function() { // Elements const photoInput = document.getElementById('photos'); @@ -339,145 +347,151 @@ function displaySelectedCoordinates(lngLat) { - -
Please provide any details about how to access the mosquito source. This helps our technicians when they visit the site.
- -Please provide any details about how to access the mosquito source. This helps our technicians when they visit the site.
+ +