Merge pull request #1966 from BartS23/health-fix

[health] Fix load after delete
master
Gordon Williams 2022-06-16 09:27:48 +01:00 committed by GitHub
commit 76af31d28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ function getMonthList() {
Util.showModal("Deleting..."); Util.showModal("Deleting...");
Util.eraseStorage(filename,()=>{ Util.eraseStorage(filename,()=>{
Util.hideModal(); Util.hideModal();
getTrackList(); getMonthList();
}); });
} }
if (task=="downloadcsv") { if (task=="downloadcsv") {