public
Description: tombloo
Clone URL: git://github.com/to/tombloo.git
Click here to lend your support to: tombloo and make a donation at www.pledgie.com !
 * Rejaw、OpenIDチェック追加
to (author)
Fri Aug 29 00:01:44 -0700 2008
commit  1cf6c01f08ae7fcd2289d211af4cf8d9571caf47
tree    132eead697cd903c0156a34562ef7456d5ba027d
parent  476cfbe40307f0eb91244a524222fa0c124f13cb
...
665
666
667
668
 
669
670
671
...
665
666
667
 
668
669
670
671
0
@@ -665,7 +665,7 @@ models.register(update({}, AbstractSessionService, {
0
   },
0
   
0
   getAuthCookie : function(){
0
- return getCookieString('rejaw.com', 'signin_email');
0
+ return getCookieString('rejaw.com', 'signin_email') || getCookieString('rejaw.com', 'signin_openid_url');
0
   },
0
   
0
   getToken : function(){

Comments

    No one has commented yet.