Marthee commited on
Commit
7870ae0
·
verified ·
1 Parent(s): c18092e

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +3 -2
templates/proposed-GUI.html CHANGED
@@ -2008,6 +2008,7 @@ let selectedValues = []; // global
2008
  item.style.backgroundColor = ''; // Reset background color for all items
2009
  });
2010
  event.target.closest(".measure-item").style.backgroundColor = '#d3f8d3'; // Highlight the selected item
 
2011
  }
2012
  /////////////////////////////////////////////
2013
 
@@ -2025,10 +2026,10 @@ let selectedValues = []; // global
2025
  levelcheckbox.checked=false;
2026
 
2027
  measSelect.style.boxShadow='none';
2028
-
2029
  console.log(projsec.value)
2030
  if (!(projsec.value.startsWith('2.6') || projsec.value.startsWith('2.8'))) {
2031
- pdfname = selectedValue;
2032
  document.getElementById("all").style.display = "block";
2033
 
2034
  pixelArr=[projname.value, projpart.value,projsec.value, pdfname]
 
2008
  item.style.backgroundColor = ''; // Reset background color for all items
2009
  });
2010
  event.target.closest(".measure-item").style.backgroundColor = '#d3f8d3'; // Highlight the selected item
2011
+ pdfname = selectedValue;
2012
  }
2013
  /////////////////////////////////////////////
2014
 
 
2026
  levelcheckbox.checked=false;
2027
 
2028
  measSelect.style.boxShadow='none';
2029
+
2030
  console.log(projsec.value)
2031
  if (!(projsec.value.startsWith('2.6') || projsec.value.startsWith('2.8'))) {
2032
+
2033
  document.getElementById("all").style.display = "block";
2034
 
2035
  pixelArr=[projname.value, projpart.value,projsec.value, pdfname]