bugfix
This commit is contained in:
parent
d68536e330
commit
5221288224
@ -281,7 +281,7 @@ var objcopy = function(obj){
|
||||
return o;
|
||||
}
|
||||
|
||||
var bricks.playResponseAudio = async function(response, target){
|
||||
bricks.playResponseAudio = async function(response, target){
|
||||
var widget = null;
|
||||
if (response.status != 200){
|
||||
console.log('playResponseAudio(): response.status != 200', response.status);
|
||||
|
Loading…
Reference in New Issue
Block a user