[mw-devel] MW3 r1205 - in trunk/webclient: . templates

dez at sucs.org dez at sucs.org
Sat Oct 9 17:49:14 BST 2010


Author: dez
Date: 2010-10-09 17:49:14 +0100 (Sat, 09 Oct 2010)
New Revision: 1205

Modified:
   trunk/webclient/say.js
   trunk/webclient/templates/front.html
Log:
Removes extraneous comma which was preventing Web MW working in IE
Removes the now unnecessary "who" button


Modified: trunk/webclient/say.js
===================================================================
--- trunk/webclient/say.js	2010-10-09 16:41:20 UTC (rev 1204)
+++ trunk/webclient/say.js	2010-10-09 16:49:14 UTC (rev 1205)
@@ -98,7 +98,7 @@
 			error: function(XMLHttpRequest, textStatus, errorThrown){
 				var tmo = addmsg("error", textStatus+" ("+errorThrown+")");
 				if (tmo>0) setTimeout('waitForMsg()', tmo);
-			},
+			}
 		});
 	}
 

Modified: trunk/webclient/templates/front.html
===================================================================
--- trunk/webclient/templates/front.html	2010-10-09 16:41:20 UTC (rev 1204)
+++ trunk/webclient/templates/front.html	2010-10-09 16:49:14 UTC (rev 1205)
@@ -2,12 +2,6 @@
 	<input type="hidden" name="action" value="logout">
 	<input type="submit" name="submit" value="Logout" onclick="sendCmd('quit');">
 </form>
-<form action="{$self}" method="post" id="whoform">
-	<input type="hidden" name="action" value="Who">
-{literal}
-<input type="submit" name="submit" value="Who" onclick="sendCmdHandle('who', drawWho); return false;">
-{/literal}
-</form>
 <h1>Milliways</h1>
 
 <ul id="wholist">




More information about the mw-devel mailing list