From 9d0c1836a9a03569ef9d90ec6b7a98ec6b32f194 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 17 Apr 2018 22:38:49 -0400 Subject: [PATCH] expose the monitor to make debugging easier --- app/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.htm b/app/index.htm index 6283a3f..73d68be 100644 --- a/app/index.htm +++ b/app/index.htm @@ -39,7 +39,7 @@ var win = new electron.BrowserWindow({ show: false }); // load the monitor - win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm'); + window.monitor = win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm'); } catch (e) {