From 14c85cada1625bfb35a07764e5c0189401ec5cce Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 7 May 2018 22:34:38 -0400 Subject: [PATCH] maybe fix??? --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 2d39da8..a37c2f6 100644 --- a/app/index.html +++ b/app/index.html @@ -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) {