From: Dennis Schafroth Date: Wed, 23 Nov 2011 05:55:50 +0000 (+0100) Subject: Attempt re-login X-Git-Tag: v1.6.6~22 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=0a7ece495a8e02054cd0fd39199915578ee0d165;p=pazpar2-moved-to-github.git Attempt re-login --- 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