Remove dummy text from question elements

Mon, 22 Mar 2010 11:40:01 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 22 Mar 2010 11:40:01 +0000
changeset 30
46b5a79cfc4b
parent 29
f8c700c601f9
child 31
4e192784767a

Remove dummy text from question elements

index.html file | annotate | diff | comparison | revisions
--- a/index.html	Mon Mar 22 11:38:27 2010 +0000
+++ b/index.html	Mon Mar 22 11:40:01 2010 +0000
@@ -31,8 +31,8 @@
 		</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" />
+			<div id="support-log"></div>
+			<div id="support-input-container"><textarea id="support-input" type="text" value=""></textarea></div>
 			<input id="support-send-button" type="submit" value="Send" />
 		</div>
 	</div>

mercurial