Mercurial > hg > webaudioevaluationtool
comparison js/core.js @ 3027:b09e9b7ef246
Merge branch 'vnext' into Dev_main
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 14 Sep 2017 13:14:00 +0100 |
parents | c93687862a79 cacc7f1cf062 |
children | 192538967e67 |
comparison
equal
deleted
inserted
replaced
3025:c93687862a79 | 3027:b09e9b7ef246 |
---|---|
3589 if (typeof specification.projectReturn == "string") { | 3589 if (typeof specification.projectReturn == "string") { |
3590 if (specification.projectReturn.substr(0, 4) == "http") { | 3590 if (specification.projectReturn.substr(0, 4) == "http") { |
3591 returnURL = specification.projectReturn; | 3591 returnURL = specification.projectReturn; |
3592 } | 3592 } |
3593 } | 3593 } |
3594 this.request.open("GET", returnURL + "php/requestKey.php", true); | 3594 this.request.open("GET", returnURL + "php/requestKey.php?saveFilenamePrefix=" + this.parent.filenamePrefix, true); |
3595 this.request.addEventListener("load", this); | 3595 this.request.addEventListener("load", this); |
3596 this.request.send(); | 3596 this.request.send(); |
3597 }, | 3597 }, |
3598 update: function () { | 3598 update: function () { |
3599 if (this.key === null) { | 3599 if (this.key === null) { |