From e4a5000f9e46069465d52340962f58c8fb50c870 Mon Sep 17 00:00:00 2001 From: Bryce Curtis Date: Mon, 31 Oct 2011 20:39:42 -0500 Subject: [PATCH] This is an informative message, not an error message. It is normal to get this when leaving a page. --- framework/assets/js/phonegap.js.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/assets/js/phonegap.js.base b/framework/assets/js/phonegap.js.base index b243dc7f..64f0b272 100755 --- a/framework/assets/js/phonegap.js.base +++ b/framework/assets/js/phonegap.js.base @@ -921,7 +921,7 @@ PhoneGap.JSCallback = function() { // If server is stopping 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