projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa0973
)
Attempt re-login
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 23 Nov 2011 05:55:50 +0000
(06:55 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 23 Nov 2011 05:55:50 +0000
(06:55 +0100)
www/iphone/example_client.js
patch
|
blob
|
history
diff --git
a/www/iphone/example_client.js
b/www/iphone/example_client.js
index
dd2d4f1
..
3dcd63d
100644
(file)
--- 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