From 8199916a5d261872e88c31fde526b48534853e36 Mon Sep 17 00:00:00 2001 From: Krish <krish94@uab.edu> Date: Fri, 9 Apr 2021 09:59:36 -0500 Subject: [PATCH] removed unwanted code --- app/templates/auth/SignUp.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index 1b6d9a2..23806e3 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -17,7 +17,6 @@ }); socket.on( 'creating account', function( msg ) { - document.getElementById("error").innerText = ""; displayloading2(); }); -- GitLab