equal
deleted
inserted
replaced
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 { |