diff -r e53cf8b1d942 -r 75df0b2c596c includes/clientside/static/faders.js --- a/includes/clientside/static/faders.js Sat Jun 07 12:43:57 2008 -0400 +++ b/includes/clientside/static/faders.js Sat Jun 07 12:46:18 2008 -0400 @@ -788,7 +788,7 @@ var mb = new MessageBox(MB_YESNO|MB_ICONQUESTION, $lang.get('user_logout_confirm_title'), $lang.get('user_logout_confirm_body')); mb.onclick['Yes'] = function() { - window.location = makeUrlNS('Special', 'Logout/' + title); + window.location = makeUrlNS('Special', 'Logout/' + csrf_token + '/' + title); } }