Marthee commited on
Commit
c463333
·
verified ·
1 Parent(s): dc026ab

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +1 -1
templates/proposed-GUI.html CHANGED
@@ -1290,7 +1290,7 @@ function getSelectValues(select) {
1290
  ShowPopUp();
1291
  });
1292
  if (document.getElementById('arealvlinput')){
1293
- if(projsec.value.startsWith('3.2')){
1294
  document.getElementById('arealvlinput').setAttribute('disabled',true)
1295
  document.getElementById('selectunitA').setAttribute('disabled',true)
1296
  }
 
1290
  ShowPopUp();
1291
  });
1292
  if (document.getElementById('arealvlinput')){
1293
+ if(projsec.value.startsWith('3.2') || (projsec.value.startsWith('2.8') )){
1294
  document.getElementById('arealvlinput').setAttribute('disabled',true)
1295
  document.getElementById('selectunitA').setAttribute('disabled',true)
1296
  }