Update loader.js
This commit is contained in:
parent
5287ecf4d4
commit
0fa1388e49
|
@ -1019,7 +1019,7 @@
|
|||
this.icinga.logger.debug(
|
||||
'Request to ' + url + ' return 401. Will refresh page to trigger new login.'
|
||||
);
|
||||
window.refresh();
|
||||
window.location.reload();
|
||||
} else if (req.status > 0 && req.status < 501) {
|
||||
this.icinga.logger.error(
|
||||
req.status,
|
||||
|
|
Loading…
Reference in New Issue