mirror of https://bitbucket.org/ausocean/av.git
audio-player: log request status on error
This commit is contained in:
parent
9805506cf2
commit
64febc479b
|
@ -95,7 +95,7 @@ function load() {
|
|||
link.innerHTML = "Download";
|
||||
|
||||
} else {
|
||||
console.log('There was a problem with the request.');
|
||||
console.log('There was a problem with the request. Status: ' + request.status);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue