Changeset 2375

Show
Ignore:
Timestamp:
05/17/08 01:07:41 (18 months ago)
Author:
bsmith
Message:

bugzid:79800 - Incorrect redirect upon sign out

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/default_templates/javascript.mtml

    r2363 r2375  
    454454function mtSignOut(entry_id) { 
    455455    mtClearUser(); 
    456     var url = '<$mt:SignOutLink$>&return_to=' + encodeURIComponent(location.href); 
     456    var url = '<$mt:SignOutLink$>&return_url=' + encodeURIComponent(location.href); 
    457457    location.href = url; 
    458458}