Make "land ownership details" visible always

Closes #71
This commit is contained in:
Carl van Tonder
2018-05-26 11:36:44 -04:00
parent 006262c7ea
commit 8a8eccaeaa
3 changed files with 22 additions and 6 deletions

View File

@ -177,11 +177,7 @@
<script>
// Here we define the fields we need to conditionally toggle.
// TODO: Move this knowledge out of the template
var conditionalFields = [{
"field": "#id_land_ownership",
"showHide": ["#div_id_land_ownership_details"],
"condition": ["OTH"]
},
var conditionalFields = [
{
"field": "#id_location_context",
"showHide": ["#div_id_type_of_ecosystem"],