includes/clientside/static/faders.js
changeset 343 7e6537fd4730
parent 259 112debff64bd
--- a/includes/clientside/static/faders.js	Tue Nov 16 12:44:22 2010 -0500
+++ b/includes/clientside/static/faders.js	Tue Jul 12 22:13:37 2011 -0400
@@ -454,7 +454,7 @@
   var mb = new messagebox(MB_YESNO|MB_ICONQUESTION, 'Are you sure you want to log out?', 'If you log out, you will no longer be able to access your user preferences, your private messages, or certain areas of this site until you log in again.');
   mb.onclick['Yes'] = function()
     {
-      window.location = makeUrlNS('Special', 'Logout/' + title);
+      window.location = makeUrlNS('Special', 'Logout/' + csrf_token + '/' + title);
     }
 }