Advertisement
zerosensitivity

Untitled

Oct 16th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function method1(){
  2. $('#redeem-candy-voucher').click();
  3. }
  4.  
  5. function method2(){
  6. setTimeout(function(){
  7. document.location.reload()
  8. }, 400000000);
  9.  
  10. }
  11.  
  12. $.ajax({
  13. url:method1(),
  14. success:function(){
  15. method2();
  16. }
  17. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement