Guest User

Untitled

a guest
Apr 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 88 var x = new Request({
  2. 89 //url:BASE.Hostname+'siftin/trials/ajax-request.php',
  3. 90 url:BASE.Hostname+'common/functions/search_functions.php',
  4. 91 method:'get',
  5. 92 data:{
  6. 93 ienocache: new Date(),
  7. 94 Location:_loc.options.location,
  8. 95 action:this.options.sitesLocationTarget,
  9. 96 onSuccess:this.setLocationandSearchSites.bind(this),
  10. 97 onFailure:this.handleFailure.bind(this)
  11. 98 }
  12. 99 });
  13. 100 x.send();
Add Comment
Please, Sign In to add comment