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:
d7aab77
)
Ignore Already blocked (13) errors
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 24 Nov 2011 13:18:39 +0000
(14:18 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 24 Nov 2011 13:18:39 +0000
(14:18 +0100)
www/iphone/example_client.js
patch
|
blob
|
history
diff --git
a/www/iphone/example_client.js
b/www/iphone/example_client.js
index
f2c538a
..
ea0de77
100644
(file)
--- a/
www/iphone/example_client.js
+++ b/
www/iphone/example_client.js
@@
-68,10
+68,14
@@
function my_onerror(error) {
case "9":
triggerSearch();
break;
+
+ // Already blocked
+ case "13":
+ // ignore
+ break
// authentication
case "100" :
- loginFormSubmit();
- //window.location = "login.html";
+ auth.check(loggedIn, login);
break;
default:
alert("Unhandled error: " + error.code);