This commit is contained in:
Astra 2018-04-22 00:25:49 -04:00
parent 40b61e8da6
commit f994ffc2e7
1 changed files with 2 additions and 2 deletions

View File

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