fileman: fix warning
parent
28cb54323f
commit
23f8dba95f
|
|
@ -15,7 +15,7 @@ function delete_file(fn) {
|
|||
}
|
||||
else STOR.erase(fn);
|
||||
}
|
||||
}).then(function() { filed=[];files=get_pruned_file_list(); }).then(drawMenu);
|
||||
}).then(function() { files=get_pruned_file_list(); }).then(drawMenu);
|
||||
}
|
||||
|
||||
function get_length(fn) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue