Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. fetch(atc, {"credentials":"include", "method": "GET"}).then(
  2.                 function() {
  3.                     fetch(reservebasketurl, {"credentials":"include", "method": "GET"}).then(
  4.                         function() {
  5.                             window.open(loginOffer, "_self") })
  6.             })
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement