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