remove bug

This commit is contained in:
ilia 2022-11-02 18:33:49 +03:00
parent aea1116ba9
commit 61c441572b

View File

@ -62,6 +62,9 @@ function loadSchema(schema) {
urls.push(schema[i].url)
}
app.loadURLs(urls)
try{
createDraws(schema[0].figures)
} catch {}
return [urls, picSchema]
}