Advertisement
Guest User

Untitled

a guest
Jun 4th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. function callback(username, password) {
  2. // Android / iOS
  3. if (typeof CGT != 'undefined' && typeof CGT.callback != 'undefined') {
  4.  
  5. if(registrationData.device_type === 'mobile') {
  6. CGT_LOGIN_CALLBACK = {
  7. username: username,
  8. password: password
  9. }
  10. }
  11.  
  12. CGT.callback(username, password);
  13. CGT.close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement