Spaces:
Sleeping
Sleeping
Update templates/proposed-GUI.html
Browse files
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 |
-
|
| 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
|