Skip to content

Commit

Permalink
fix index.html location
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Jun 10, 2024
1 parent 2312594 commit 83f446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_client/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CablesStandalone
init()
{
this.editorIframe = document.getElementById("editorIframe");
let src = this._settings.uiDistPath + "/index.html" + window.location.search;
let src = this._path.join(this._settings.uiDistPath, "index.html") + window.location.search;
if (window.location.hash)
{
src += window.location.hash;
Expand Down

0 comments on commit 83f446e

Please sign in to comment.