projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
another cookie path
[Evergreen.git]
/
Open-ILS
/
web
/
js
/
dojo
/
openils
/
User.js
diff --git
a/Open-ILS/web/js/dojo/openils/User.js
b/Open-ILS/web/js/dojo/openils/User.js
index
980a03f
..
f7cce56
100644
(file)
--- a/
Open-ILS/web/js/dojo/openils/User.js
+++ b/
Open-ILS/web/js/dojo/openils/User.js
@@
-160,7
+160,7
@@
if(!dojo._hasResource["openils.User"]) {
if(_u.authcookie) {
dojo.require('dojo.cookie');
- dojo.cookie(_u.authcookie, _u.authtoken);
+ dojo.cookie(_u.authcookie, _u.authtoken
, {path:'/'}
);
}
},