We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f5303c + 2d90d45 commit 26da3ebCopy full SHA for 26da3eb
lib/measures/detailed_hvac_viewer/resources/report.html.erb
@@ -221,7 +221,8 @@
221
async function setImageSource() {
222
const image_sources = [
223
"../../../resources/images/",
224
- "../../measures/detailed_hvac_viewer/resources/images/"
+ "../../measures/detailed_hvac_viewer/resources/images/",
225
+ "../measures/detailed_hvac_viewer/resources/images/"
226
];
227
function checkImageSources(sources) {
228
return new Promise((resolve, reject) => {
@@ -325,7 +326,7 @@
325
326
327
328
// ------- PARSE HVAC_DATA TO POPULATE GRIDDATA -------
-
329
+
330
// Returns components with matching name
331
function findComponent(comps, objName) {
332
const component = comps.find(comp => comp.object_name === objName);
0 commit comments