diff --git a/apps/fileman/fileman.app.js b/apps/fileman/fileman.app.js index 34d95ae9f..bb0f00e40 100644 --- a/apps/fileman/fileman.app.js +++ b/apps/fileman/fileman.app.js @@ -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) {