This commit is contained in:
Ross
2021-02-28 22:56:41 +00:00
parent 112109d07c
commit c8a3aa1549
2 changed files with 3 additions and 16 deletions
+1 -12
View File
@@ -465,21 +465,10 @@ function setUpPacket(data, path) {
//request_numbers.push(n)
data["questions"][n] = question_json;
}
// Once all questions have been downloaded we carry on loading
loadSession();
})()
//(async () => {
// for(let f of requests){
// var json = await f;
// console.log(json)
//};
//})()
//$.when.apply($,requests).then(function(){
// console.log(arguments); //array of responses [0][data, status, xhrObj],[1][data, status, xhrObj]...
//})
} else {
// Just carry on loading
loadSession();