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:
ec3df87
)
Unescaping session before comparing.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Fri, 29 Dec 2006 10:18:38 +0000
(10:18 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Fri, 29 Dec 2006 10:18:38 +0000
(10:18 +0000)
www/test1/index.html
patch
|
blob
|
history
diff --git
a/www/test1/index.html
b/www/test1/index.html
index
88d39be
..
f273f66
100644
(file)
--- a/
www/test1/index.html
+++ b/
www/test1/index.html
@@
-365,7
+365,7
@@
function update_history ()
{
var session = session_encode();
session_store(session);
- old_session= session;
+ old_session = session;
}
@@
-375,7
+375,7
@@
function session_check ()
clearInterval(url_surveillence);
- if ( session != old_session )
+ if ( session != unescape(old_session) )
{
session_restore(session);
start_search();