summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html b/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
index 031df5d3f3..0387e67adb 100644
--- a/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
+++ b/sca-java-2.x/contrib/samples/comet-webapp/src/main/webapp/index.html
@@ -117,11 +117,11 @@
<table>
<tr>
<td>City</td>
- <td><input type="text" id='city'/></td>
+ <td><input type="text" id='city' value='Brasov'/></td>
</tr>
<tr>
<td>Country</td>
- <td><input type="text" id ='country'/></td>
+ <td><input type="text" id ='country' value='Romania'/></td>
</tr>
</table>
<input type="button" id='locationButton' value='Set location'/>