rdsedmundo

logout

Nov 15th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(this).click(function(){
  2.     clearInterval(qaz);
  3.     location.href = '#!/?try=logout';
  4.     $('#1').slideUp(500);
  5.     $.get(location.href,{logout:true},function(x){
  6.     $('#1').html(x).height(20).slideDown(1000);
  7.     location.href = '#!/logout_sucess?token='+md5_hash.split('').reverse().toString().replace(/,/gi,'')+'&ondata=' + btoa(Math.floor(Math.random()*Date.now()));
  8.     setTimeout(function(){
  9.    location.href = location.protocol+'//'+location.host+'/chat/?ondata=' + btoa(Math.floor(Math.random()*Date.now()*10-100*5+45*2)).toString().substr(0,8);
  10.     },2500);
  11.     })
  12. });
  13.  
Advertisement
Add Comment
Please, Sign In to add comment