From f994ffc2e7b4e04194f9a7acb8b4aae7a04befb8 Mon Sep 17 00:00:00 2001 From: Astra Date: Sun, 22 Apr 2018 00:25:49 -0400 Subject: [PATCH] so close --- monitor.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor.htm b/monitor.htm index c16f9f9..e0dd2a8 100644 --- a/monitor.htm +++ b/monitor.htm @@ -36,8 +36,8 @@ // inject stage 2 once Discord is done loading win.webContents.on('dom-ready', () => { - win.webContents.executeJavaScript(stage2); win.webContents.executeJavaScript(shared); + win.webContents.executeJavaScript(stage2); }); function load() { @@ -64,7 +64,7 @@ } }) - + ); }