Changeset 2375
- Timestamp:
- 05/17/08 01:07:41 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-38/default_templates/javascript.mtml
r2363 r2375 454 454 function mtSignOut(entry_id) { 455 455 mtClearUser(); 456 var url = '<$mt:SignOutLink$>&return_ to=' + encodeURIComponent(location.href);456 var url = '<$mt:SignOutLink$>&return_url=' + encodeURIComponent(location.href); 457 457 location.href = url; 458 458 }
