Guest User

Untitled

a guest
Nov 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. },
  2. data: JSON.stringify({ query: text, lang: "en", sessionId: reqIdToken }),
  3. success: function(data) {
  4.  
  5. xyz
  6. }else{
  7. setResponseForIT(data,"");
  8. }
  9. },
  10. error: function() {
  11. setResponse("Internal Server Error");
  12. }
Add Comment
Please, Sign In to add comment