[mw-devel] MW3 r1204 - trunk/webclient

dez at sucs.org dez at sucs.org
Sat Oct 9 17:41:20 BST 2010


Author: dez
Date: 2010-10-09 17:41:20 +0100 (Sat, 09 Oct 2010)
New Revision: 1204

Modified:
   trunk/webclient/say.js
Log:
Causes quit command to redirect, completing the logout


Modified: trunk/webclient/say.js
===================================================================
--- trunk/webclient/say.js	2010-10-09 16:02:48 UTC (rev 1203)
+++ trunk/webclient/say.js	2010-10-09 16:41:20 UTC (rev 1204)
@@ -141,6 +141,7 @@
 	case "qq":
 	case "quit":
 		sendCmd('quit');
+		window.location = 'index.php?action=logout'
 		break;
 	}
 }




More information about the mw-devel mailing list