Changeset 2392
- Timestamp:
- 05/19/08 19:10:43 (6 months ago)
- Files:
-
- branches/release-38/default_templates/signin.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/default_templates/signin.mtml
r2386 r2392 23 23 var url; 24 24 if (u.is_authenticated) { 25 url = '<$mt:CGIPath$><$mt:CommentScript$>?__mode=edit_profile&blog_id=<$mt:BlogID$>'; 26 url += '&static=' + escape( location.href ); 25 if (u.is_author) { 26 url = '<$mt:CGIPath$><$mt:CommentScript$>?__mode=edit_profile&blog_id=<$mt:BlogID$>'; 27 url += '&static=' + escape( location.href ); 28 } else { 29 url = u.url; 30 } 27 31 } else if (u.url) { 28 32 url = u.url;
