Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. console.log(grecaptcha.getResponse(this.recaptcha));
  2.  
  3. this.ItemsCollection.create({
  4. "date" : Date.now(),
  5. "lng" : parseFloat(array[1]),
  6. "lat" : parseFloat(array[0]),
  7. "vote" : 0,
  8. "fk_id_item" : idItem,
  9. "recaptcha_challenge_field" : grecaptcha.get_challenge(),
  10. "recaptcha_response_field" : grecaptcha.get_response()
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement