includes/clientside/static/faders.js
changeset 562 75df0b2c596c
parent 555 ac4c6a7f01d8
equal deleted inserted replaced
561:e53cf8b1d942 562:75df0b2c596c
   786 function mb_logout()
   786 function mb_logout()
   787 {
   787 {
   788   var mb = new MessageBox(MB_YESNO|MB_ICONQUESTION, $lang.get('user_logout_confirm_title'), $lang.get('user_logout_confirm_body'));
   788   var mb = new MessageBox(MB_YESNO|MB_ICONQUESTION, $lang.get('user_logout_confirm_title'), $lang.get('user_logout_confirm_body'));
   789   mb.onclick['Yes'] = function()
   789   mb.onclick['Yes'] = function()
   790     {
   790     {
   791       window.location = makeUrlNS('Special', 'Logout/' + title);
   791       window.location = makeUrlNS('Special', 'Logout/' + csrf_token + '/' + title);
   792     }
   792     }
   793 }
   793 }
   794 
   794 
   795 function whiteOutElement(el)
   795 function whiteOutElement(el)
   796 {
   796 {