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 @@ } }) - + ); }