Guest User

Untitled

a guest
Dec 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. g_hint = $("#hint").val();
  2. var a = { frompwchange: 1 },
  3. b = document.getElementById("contactPermission"),
  4. c = document.getElementById("marketingOptOutSeen");
  5. b && c && (a.contactPermission = b.value, a.marketingOptOutSeen = c.value);
  6. login(document.getElementById("u").value, document.getElementById("old").value, login_worked, errorfunc, a)
Add Comment
Please, Sign In to add comment