[open-ils-commits] r9904 - in branches/acq-experiment: . Open-ILS/web/js/dojo/openils

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jun 20 16:39:25 EDT 2008


Author: erickson
Date: 2008-06-20 16:39:21 -0400 (Fri, 20 Jun 2008)
New Revision: 9904

Modified:
   branches/acq-experiment/
   branches/acq-experiment/Open-ILS/web/js/dojo/openils/User.js
Log:
Merged revisions 9903 via svnmerge from 
svn://svn.open-ils.org/ILS/trunk

........
  r9903 | erickson | 2008-06-20 16:39:03 -0400 (Fri, 20 Jun 2008) | 1 line
  
  another cookie path
........



Property changes on: branches/acq-experiment
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk:1-9901
   + /trunk:1-9903

Modified: branches/acq-experiment/Open-ILS/web/js/dojo/openils/User.js
===================================================================
--- branches/acq-experiment/Open-ILS/web/js/dojo/openils/User.js	2008-06-20 20:39:03 UTC (rev 9903)
+++ branches/acq-experiment/Open-ILS/web/js/dojo/openils/User.js	2008-06-20 20:39:21 UTC (rev 9904)
@@ -160,7 +160,7 @@
 
             if(_u.authcookie) {
                 dojo.require('dojo.cookie');
-                dojo.cookie(_u.authcookie, _u.authtoken);
+                dojo.cookie(_u.authcookie, _u.authtoken, {path:'/'});
             }
         },
 



More information about the open-ils-commits mailing list