This is an informative message, not an error message. It is normal to get this when leaving a page.

This commit is contained in:
Bryce Curtis 2011-10-31 20:39:42 -05:00
parent fd07cfc461
commit e4a5000f9e

View File

@ -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