Changeset 9541
- Timestamp:
- 05/08/08 20:28:54 (1 week ago)
- Files:
-
- 1 modified
-
trunk/Open-ILS/web/js/dojo/openils/User.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/web/js/dojo/openils/User.js
r9539 r9541 44 44 this.authcookie = kwargs.authcookie || openils.User.authcookie; 45 45 46 if (this. authtoken) this.getBySession();47 else if (this. id && this.authtoken) this.user = this.getById( this.id);46 if (this.id && this.authtoken) this.user = this.getById( this.id ); 47 else if (this.authtoken) this.getBySession(); 48 48 else if (kwargs.login) this.login(); 49 49
