Marthee commited on
Commit
49f9aa0
·
verified ·
1 Parent(s): d4debf4

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +2 -2
templates/proposed-GUI.html CHANGED
@@ -1943,8 +1943,6 @@ var doorSchedulePDF;
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
@@ -2034,6 +2032,8 @@ var doorSchedulePDF;
2034
  });
2035
  event.target.closest(".relv-item").style.backgroundColor ='#d3f8d3'; // Highlight the selected item
2036
  document.getElementById('relvselectid').style.boxShadow='';
 
 
2037
  };
2038
 
2039
 
 
1943
  document.querySelectorAll(".measure-item").forEach(item => {
1944
  item.style.backgroundColor = ''; // Reset background color for all items
1945
  });
 
 
1946
 
1947
  // event.target.closest(".measure-item").style.backgroundColor = '#919592'; // Highlight the selected item
1948
  // Show loading indicator
 
2032
  });
2033
  event.target.closest(".relv-item").style.backgroundColor ='#d3f8d3'; // Highlight the selected item
2034
  document.getElementById('relvselectid').style.boxShadow='';
2035
+ relvSelect.value=relevantDocumentName;
2036
+
2037
  };
2038
 
2039