fileman: fix warning

master
Pavel Machek 2025-06-07 13:32:44 +02:00
parent 28cb54323f
commit 23f8dba95f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function delete_file(fn) {
} }
else STOR.erase(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) { function get_length(fn) {