mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 03:38:55 -06:00
gfse: bug fix in grammar download from cloud
This commit is contained in:
@@ -153,7 +153,7 @@ function download_json() {
|
|||||||
local.put("current",0);
|
local.put("current",0);
|
||||||
if(ls) {
|
if(ls) {
|
||||||
//debug("Downloading "+ls);
|
//debug("Downloading "+ls);
|
||||||
var files=ls.split(" ");
|
var files=JSON.parse(ls);
|
||||||
cleanup_deleted(files);
|
cleanup_deleted(files);
|
||||||
for(var i in files) get_file(files[i],file_downloaded,file_failed);
|
for(var i in files) get_file(files[i],file_downloaded,file_failed);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user