From 0a7ece495a8e02054cd0fd39199915578ee0d165 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 23 Nov 2011 06:55:50 +0100 Subject: [PATCH] Attempt re-login --- www/iphone/example_client.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index dd2d4f1..3dcd63d 100644 --- a/www/iphone/example_client.js +++ b/www/iphone/example_client.js @@ -70,8 +70,9 @@ function my_onerror(error) { break; // authentication case "100" : - auth.check(loggedIn, login); - //window.location = "login.html"; break; + loginFormSubmit(); + //window.location = "login.html"; + break; default: alert("Unhandled error: " + error.code); throw error; // display error in JavaScript console -- 1.7.10.4