summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2009-05-18 09:56:20 +0000
committerMarc Englund <marc.englund@itmill.com>2009-05-18 09:56:20 +0000
commit9774dd0089904cd6ab3a690c832be67fc2d39ee4 (patch)
tree6e03544bcc6b5659113c44305fb78018f58b5260
parent5f8478a617d7d145ba94abcc4e197cdd50f76e1f (diff)
downloadvaadin-framework-9774dd0089904cd6ab3a690c832be67fc2d39ee4.tar.gz
vaadin-framework-9774dd0089904cd6ab3a690c832be67fc2d39ee4.zip
New Google Maps API key, for demo.vaadin.com; fixes #2969
svn changeset:7844/svn branch:6.0
-rw-r--r--src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml b/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml
index 8de74a3b9b..1b2991d51c 100644
--- a/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml
+++ b/src/com/vaadin/demo/reservation/gwt/ReservationWidgetSet.gwt.xml
@@ -20,8 +20,8 @@
<!-- Works w/o key for localhost:
<script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x" />
-->
- <!-- Using key for http://toolkit.itmill.com: -->
- <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x&amp;key=ABQIAAAA4q5gw_y_N1Anvvn1KqbLwRTHuC2ERVOT66iQW8-FqpCQQUlHqBTZ0rGKdlKh9fxQOKN87TCwVNlIXQ" />
+ <!-- Using key for http://demo.vaadin.com: -->
+ <script src="http://maps.google.com/maps?gwt=1&amp;file=api&amp;v=2.x&amp;key=ABQIAAAAP3UBMIhn15mgO6uIqO_GVRTjfRw0y7NvUKCc8_UnYaOyzzWA_xRoBYGzLMNrw-8-IesNKDC1WFd_vg" />
<!-- Entry point -->
<entry-point class="com.vaadin.demo.reservation.gwt.client.ReservationWidgetSet"/>