mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
cache busting
This commit is contained in:
parent
9d0c1836a9
commit
116864889f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
var win = new electron.BrowserWindow({ show: false });
|
var win = new electron.BrowserWindow({ show: false });
|
||||||
|
|
||||||
// load the monitor
|
// load the monitor
|
||||||
window.monitor = win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm');
|
window.monitor = win.loadURL('https://endpwn.github.io/endpwn3/monitor.htm?_=' + Date.now());
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue