Index: lams_central/web/forgotPassword.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/forgotPassword.jsp,v
diff -u -r1.5.6.1 -r1.5.6.1.2.1
--- lams_central/web/forgotPassword.jsp 20 May 2009 06:05:40 -0000 1.5.6.1
+++ lams_central/web/forgotPassword.jsp 16 Nov 2009 02:25:13 -0000 1.5.6.1.2.1
@@ -28,7 +28,7 @@
var login = document.forgotForm.login.value;
if (login == null || login=="")
{
- alert('');
+ alert("");
return false;
}
else
@@ -44,12 +44,12 @@
if (email == null || email=="")
{
- alert('');
+ alert("");
return false;
}
else if (!filter.test(email))
{
- alert('');
+ alert("");
return false;
}
else