mirror of https://github.com/espruino/BangleApps
Fix wrong function call
parent
8dc1dad867
commit
ce62d98a26
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue