Add waiting screen to UI

Thu, 18 Mar 2010 15:51:37 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 18 Mar 2010 15:51:37 +0000
changeset 17
6344a9a20da2
parent 16
ebc14a22a0c1
child 18
9e4230bb66e4

Add waiting screen to UI

index.html file | annotate | diff | comparison | revisions
--- 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