Force cache refresh on reload

This commit is contained in:
amcmanu3 2023-09-04 14:19:21 -04:00
parent 6574a557ff
commit bc71e4e5fd

View File

@ -576,7 +576,7 @@
});
let responseData = await res.json();
if (responseData.status === "ok") {
window.location.reload();
location.reload(true);
} else {
bootbox.alert({