pull/80/head
gerudo 2022-12-19 02:12:04 +00:00
parent de68e9c0c2
commit c6c63420d4
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ function postToastLoadEventDarkmode(xhr) {
}
success = xhr.status >= 200 && xhr.status < 300;
showToast(success, getMessageFromJsonData(success, data));
setTimeout(()=>{locationn.reload();}, 500);
setTimeout(()=>{location.reload();}, 500);
}