diff --git a/src/www/gfse/cloud2.js b/src/www/gfse/cloud2.js index 8cfaa077d..e05d44bc8 100644 --- a/src/www/gfse/cloud2.js +++ b/src/www/gfse/cloud2.js @@ -153,7 +153,7 @@ function download_json() { local.put("current",0); if(ls) { //debug("Downloading "+ls); - var files=ls.split(" "); + var files=JSON.parse(ls); cleanup_deleted(files); for(var i in files) get_file(files[i],file_downloaded,file_failed); }