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