Commit d80a946b authored by Eriksson Monteiro's avatar Eriksson Monteiro

fix last commit

parent 777e8841
......@@ -222,7 +222,7 @@
</div>
</div>
</div>
<iframe id="frame_millix_api" src="./millix_ws.html" class="hidden-element"
<iframe id="frame_millix_api" src="chrome-untrusted://millix-ws/" class="hidden-element"
onload="millix_bar.onApiFrameReady()"></iframe>
</body>
......
......@@ -3,7 +3,7 @@ class _API {
static NODE_API = `${_API.HOST}/api`;
static HOST_TANGLED = 'https://localhost:15555';
static TANGLED_API = `${_API.HOST_TANGLED}/api`;
static PARENT_FRAME_ID = "*"; //'tangled://millix-bar';
static PARENT_FRAME_ID = 'tangled://millix-bar';
constructor() {
this.nodeID = undefined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment