Skip to content

Commit

Permalink
Update request-demo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcruz-am authored Jun 6, 2024
1 parent 13f9d3f commit 3dc39e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion request-demo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
console.log("cenas");
console.log("v1");
const delay = (ms) => new Promise((res) => setTimeout(res, ms));
document.addEventListener("DOMContentLoaded", () => {
(function (windowRef, documentRef, fileLocation, functionName) {
Expand Down Expand Up @@ -60,6 +60,9 @@ document.addEventListener("DOMContentLoaded", () => {
"outlook.",
"msn.",
"icloud.",
"mail.",
"aol.",
"qq.",
];

// validate email field
Expand Down

0 comments on commit 3dc39e6

Please sign in to comment.