put the reload after the change your reloading for ;)

Sneed
pull/80/head
gerudo 2022-12-19 02:11:32 +00:00
parent 1fd88dfd20
commit de68e9c0c2
1 changed files with 1 additions and 0 deletions

View File

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