Merge branch 'staging' into team

This commit is contained in:
yflory
2019-09-10 15:32:05 +02:00
19 changed files with 185 additions and 91 deletions

View File

@@ -1366,7 +1366,7 @@ define([
console.log(parsed);
return;
} else {
console.log(parsed);
//console.log(parsed);
}
Util.fetch(parsed.href, waitFor(function (err, arraybuffer) {
if (err) { return void console.log(err); }