init
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script type="module">
|
||||
import * as menuUtils from "/generalFunctions/helper/menuUtils.js";
|
||||
import * as menuUtils from "/generalfunctions/helper/menuUtils.js";
|
||||
|
||||
RED.nodes.registerType("heatExchanger", {
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
};
|
||||
|
||||
//this needs to live somewhere and for now we add it to every node file for simplicity
|
||||
const projecSettingstURL = "http://localhost:1880/generalFunctions/settings/projectSettings.json";
|
||||
const projecSettingstURL = "http://localhost:1880/generalfunctions/settings/projectSettings.json";
|
||||
|
||||
try{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user