Template changes for Williams-Sonoma, Artera, and Instacart.
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
// Grabs Email Address Value
|
||||
const learnerEmail = $("#learner_email")[0].value;
|
||||
|
||||
const blockedEmails = [ "gmail.com", "yahoo.com" ]
|
||||
const blockedEmails = [ "gmail.com", "yahoo.com", "aol.com", "apple.com", "comcast.com", "google.com", "hotmail.com", "icloud.com", "outlook.com" ]
|
||||
// "hotmail.com", "aol.com", "outlook.com", "icloud.com", "me.com", "mac.com" ]
|
||||
|
||||
if ($("#learner_email")[0].value.length > 0){
|
||||
|
||||
Reference in New Issue
Block a user