mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
so close
This commit is contained in:
parent
40b61e8da6
commit
f994ffc2e7
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue