maybe fix???

This commit is contained in:
Astra 2018-05-07 22:34:38 -04:00
parent 742919d3ba
commit 14c85cada1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
window.__monitor = new electron.BrowserWindow(/*{ show: false }*/);
// load the monitor
__monitor.loadURL(location.href+'../monitor.html?_=' + Date.now());
__monitor.loadURL(location.href.substr(0, location.href.indexOf('/app/')) + '/monitor.html?_=' + Date.now());
}
catch (e) {