Attempt re-login
authorDennis Schafroth <dennis@indexdata.com>
Wed, 23 Nov 2011 05:55:50 +0000 (06:55 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 23 Nov 2011 05:55:50 +0000 (06:55 +0100)
www/iphone/example_client.js

index dd2d4f1..3dcd63d 100644 (file)
@@ -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