diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-09-03 07:59:17 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-09-03 07:59:17 +0000 |
commit | c4a795fdc89b9837aebb4834800b6f88d07a7ab0 (patch) | |
tree | 1e5d4d1333984e68ad39f39cfc4782b292581b14 /WebContent/index.html | |
parent | 1512e2f3301c0bf0b894e5a8520b8a8ae6d659cd (diff) | |
download | vaadin-framework-c4a795fdc89b9837aebb4834800b6f88d07a7ab0.tar.gz vaadin-framework-c4a795fdc89b9837aebb4834800b6f88d07a7ab0.zip |
Updated Reservr to use "GALGWT" googlemaps gwt api (compatible w/ gwt 1.5). Removed reservr.html (not needed).
svn changeset:5337/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index ff366e3998..acfdc3a6b7 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -159,7 +159,7 @@ <ul id="demo-buttons"> <li id="feature-browser"><a href="FeatureBrowser/">Feature browser</a></li> <li id="notifications"><a href="NotificationDemo/">Notifications</a></li> - <li id="reservr"><a href="reservr.html">Reservation application</a></li> + <li id="reservr"><a href="Reservr/">Reservation application</a></li> <li id="windowed-demos"><a href="WindowedDemos">Windowed demos</a></li> <li class="clearer"></li> <!-- // simplifies things in JavaScipt --> </ul> |