Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $.post("/api/friends", newSurvey).done(data => {
- const newFriend = data[pickRandomFriend(data.length - 1)];
- $("#matchName").text(newFriend.name);
- $("#matchImg").attr("src", newFriend.photo);
- $("#resultsModal").modal("toggle");
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement