diff --git a/app/index.htm b/app/index.htm index 73d68be..59935de 100644 --- a/app/index.htm +++ b/app/index.htm @@ -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) {