[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4156] branches/1.3/UI/login.js



Revision: 4156
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4156&view=rev
Author:   tshvr
Date:     2011-12-06 20:21:57 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
urgent commit to prevent two parallell logins

Modified Paths:
--------------
    branches/1.3/UI/login.js

Modified: branches/1.3/UI/login.js
===================================================================
--- branches/1.3/UI/login.js	2011-12-06 00:20:51 UTC (rev 4155)
+++ branches/1.3/UI/login.js	2011-12-06 20:21:57 UTC (rev 4156)
@@ -16,6 +16,7 @@
 		return false;
 	}
 	document.location=document.login.action.value+".pl?action=login&company="+document.login.company.value;
+	return false;//otherwise 2 login's in parallell!
 }
 
 function check_auth() {

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.