forked from github/cordova-android
This is an informative message, not an error message. It is normal to get this when leaving a page.
This commit is contained in:
parent
fd07cfc461
commit
e4a5000f9e
@ -921,7 +921,7 @@ PhoneGap.JSCallback = function() {
|
|||||||
|
|
||||||
// If server is stopping
|
// If server is stopping
|
||||||
else if (xmlhttp.status === 503) {
|
else if (xmlhttp.status === 503) {
|
||||||
console.log("JSCallback Error: Service unavailable. Stopping callbacks.");
|
console.log("JSCallback Server Closed: Stopping callbacks.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// If request wasn't GET
|
// If request wasn't GET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user