[pLog-svn] r4569 - plog/branches/lifetype-1.1.5/js/ui

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 24 17:25:17 GMT 2007


Author: oscar
Date: 2007-01-24 17:25:17 +0000 (Wed, 24 Jan 2007)
New Revision: 4569

Modified:
   plog/branches/lifetype-1.1.5/js/ui/summary.js
Log:
I can't possible understand the reasons why the username should be converted to lower case but this is now causing an issue. I've removed it unless somebody can see a reason for this... This also fixes Mantis issue 1156 (http://bugs.lifetype.net/view.php?id=1156)

Modified: plog/branches/lifetype-1.1.5/js/ui/summary.js
===================================================================
--- plog/branches/lifetype-1.1.5/js/ui/summary.js	2007-01-24 14:54:52 UTC (rev 4568)
+++ plog/branches/lifetype-1.1.5/js/ui/summary.js	2007-01-24 17:25:17 UTC (rev 4569)
@@ -1,7 +1,7 @@
 function checkUserNameAjax()
 {
 	var userName = $F('userName');
-	userName = userName.toLowerCase();
+	//userName = userName.toLowerCase();
 	if (userName != '')
 	{
 		var url = plogSummaryBaseUrl;



More information about the pLog-svn mailing list