mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 01:35:28 +01:00
Force cache refresh on reload
This commit is contained in:
parent
6574a557ff
commit
bc71e4e5fd
@ -576,7 +576,7 @@
|
||||
});
|
||||
let responseData = await res.json();
|
||||
if (responseData.status === "ok") {
|
||||
window.location.reload();
|
||||
location.reload(true);
|
||||
} else {
|
||||
|
||||
bootbox.alert({
|
||||
|
Loading…
x
Reference in New Issue
Block a user