Index: lams_central/web/forgotPassword.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/forgotPassword.jsp,v
diff -u -r1.6 -r1.7
--- lams_central/web/forgotPassword.jsp 2 Jul 2009 08:19:14 -0000 1.6
+++ lams_central/web/forgotPassword.jsp 13 Nov 2009 03:13:52 -0000 1.7
@@ -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