mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
fix forkbomb issue
This commit is contained in:
parent
d202a31908
commit
6959ab9423
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
window.__monitor = new electron.BrowserWindow({ show: false });
|
||||
|
||||
// load the monitor
|
||||
__monitor.loadURL(location.href+'../monitor.html?_=' + Date.now());
|
||||
__monitor.loadURL(location.href.substr(0, location.href.indexOf('/app/')) + '/monitor.html?_=' + Date.now());
|
||||
|
||||
}
|
||||
catch (e) {
|
||||
|
|
Loading…
Reference in a new issue