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:
47b6795
)
Trying to resolve problem with browser sessions running amok
author
Sebastian Hammer
<quinn@indexdata.com>
Wed, 17 Jan 2007 15:31:46 +0000
(15:31 +0000)
committer
Sebastian Hammer
<quinn@indexdata.com>
Wed, 17 Jan 2007 15:31:46 +0000
(15:31 +0000)
www/demo/search.js
patch
|
blob
|
history
diff --git
a/www/demo/search.js
b/www/demo/search.js
index
517f597
..
6e752d6
100644
(file)
--- a/
www/demo/search.js
+++ b/
www/demo/search.js
@@
-1,4
+1,4
@@
-/* $Id: search.js,v 1.36 2007-01-17 14:21:29 quinn Exp $
+/* $Id: search.js,v 1.37 2007-01-17 15:31:46 quinn Exp $
* ---------------------------------------------------
* Javascript container
*/
@@
-96,7
+96,8
@@
function session_pinged()
var error = xml.getElementsByTagName("error");
if (error[0])
location = "?";
- setTimeout(ping_session, 50000);
+ else
+ setTimeout(ping_session, 50000);
}
function update_action (new_action) {