cache busting

This commit is contained in:
Astra 2018-04-17 22:41:59 -04:00
parent 9d0c1836a9
commit 116864889f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
var win = new electron.BrowserWindow({ show: false });
// 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) {