From d9e7a1ed1e5b57c6a2279c4fd38faccfd54d612d Mon Sep 17 00:00:00 2001 From: Jacob Levine Date: Wed, 6 Feb 2019 15:04:31 -0600 Subject: [PATCH] testing bugs --- website/public/scripts.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/public/scripts.js b/website/public/scripts.js index 37139fd2..482de98f 100644 --- a/website/public/scripts.js +++ b/website/public/scripts.js @@ -129,7 +129,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else { @@ -145,7 +145,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else { @@ -162,7 +162,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else { @@ -179,7 +179,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else { @@ -200,7 +200,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else { @@ -216,7 +216,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else { @@ -233,7 +233,7 @@ function upProfileInfo() { alert('Please sign in again to change your account info.'); }, 1); } else { - alert("An Error Occurred: " + error.code) + alert("An Error Occurred: " +error) } }); } else {