Marthee commited on
Commit
d4debf4
·
verified ·
1 Parent(s): 21f6a97

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +5 -4
templates/proposed-GUI.html CHANGED
@@ -1726,7 +1726,7 @@ var doorSchedulePDF;
1726
 
1727
  // Action when checkbox is clicked (e.g., log the selected project)
1728
  let selectedValue = event.target.value;
1729
- measSelect=selectedValue;
1730
  console.log("Selected project:", selectedValue);
1731
 
1732
  // Highlight the selected item
@@ -1752,8 +1752,9 @@ var doorSchedulePDF;
1752
  pdfname=selectedValue;
1753
  measSelect.style.boxShadow='none';
1754
 
1755
-
1756
  if (!(projsec.value.startsWith('2.6') || projsec.value.startsWith('2.8'))) {
 
1757
 
1758
 
1759
  document.getElementById("all").style.display = "block";
@@ -1942,8 +1943,8 @@ var doorSchedulePDF;
1942
  document.querySelectorAll(".measure-item").forEach(item => {
1943
  item.style.backgroundColor = ''; // Reset background color for all items
1944
  });
1945
- relvSelect=selectedLabel;
1946
- relvSelect.style.boxShadow='none';
1947
 
1948
  // event.target.closest(".measure-item").style.backgroundColor = '#919592'; // Highlight the selected item
1949
  // Show loading indicator
 
1726
 
1727
  // Action when checkbox is clicked (e.g., log the selected project)
1728
  let selectedValue = event.target.value;
1729
+ measSelect.value=selectedValue;
1730
  console.log("Selected project:", selectedValue);
1731
 
1732
  // Highlight the selected item
 
1752
  pdfname=selectedValue;
1753
  measSelect.style.boxShadow='none';
1754
 
1755
+ console.log(projsec.value)
1756
  if (!(projsec.value.startsWith('2.6') || projsec.value.startsWith('2.8'))) {
1757
+ console.log(projsec.value)
1758
 
1759
 
1760
  document.getElementById("all").style.display = "block";
 
1943
  document.querySelectorAll(".measure-item").forEach(item => {
1944
  item.style.backgroundColor = ''; // Reset background color for all items
1945
  });
1946
+ relvSelect.value=selectedLabel;
1947
+ document.getElementById('relvselectid').style.boxShadow='';
1948
 
1949
  // event.target.closest(".measure-item").style.backgroundColor = '#919592'; // Highlight the selected item
1950
  // Show loading indicator