index.html

changeset 17
6344a9a20da2
parent 11
bf6a0898e613
child 18
9e4230bb66e4
--- a/index.html	Thu Mar 18 15:49:52 2010 +0000
+++ b/index.html	Thu Mar 18 15:51:37 2010 +0000
@@ -25,7 +25,7 @@
 		{
 			float:right;
 		}
-		#support-converse
+		#support-wait, #support-converse
 		{
 			display:none;
 		}
@@ -46,6 +46,7 @@
 			<textarea id="support-question-text"></textarea><br/>
 			<input id="support-question-submit" type="submit" />
 		</div>
+		<div id="support-wait">Please wait...</div>
 		<div id="support-converse">
 			<div id="support-log">Hello</div>
 			<input id="support-input" type="text" value="Hello" />

mercurial