diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-05-18 09:56:20 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-05-18 09:56:20 +0000 |
commit | 9774dd0089904cd6ab3a690c832be67fc2d39ee4 (patch) | |
tree | 6e03544bcc6b5659113c44305fb78018f58b5260 | |
parent | 5f8478a617d7d145ba94abcc4e197cdd50f76e1f (diff) | |
download | vaadin-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.xml | 4 |
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&file=api&v=2.x" /> --> - <!-- Using key for http://toolkit.itmill.com: --> - <script src="http://maps.google.com/maps?gwt=1&file=api&v=2.x&key=ABQIAAAA4q5gw_y_N1Anvvn1KqbLwRTHuC2ERVOT66iQW8-FqpCQQUlHqBTZ0rGKdlKh9fxQOKN87TCwVNlIXQ" /> + <!-- Using key for http://demo.vaadin.com: --> + <script src="http://maps.google.com/maps?gwt=1&file=api&v=2.x&key=ABQIAAAAP3UBMIhn15mgO6uIqO_GVRTjfRw0y7NvUKCc8_UnYaOyzzWA_xRoBYGzLMNrw-8-IesNKDC1WFd_vg" /> <!-- Entry point --> <entry-point class="com.vaadin.demo.reservation.gwt.client.ReservationWidgetSet"/> |