Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $('[name=new-login-button]').click(function(){
- user = l.getParameter('user');
- pass = l.getParameter('pass');
- if(user,pass === null || user,pass === '') { return };
- $.post(location.href + '?l=true&ondata=' + btoa(Date.now()),{u:user,p:pass,t:d.token},function(data) {
- $(this).html(data).fadeTo(1000,2.340);
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment