diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-12-01 13:09:45 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-12-01 13:09:45 +0000 |
commit | 4ff51ee5690b67bdd28ee90ecc0aa72f02ac71d9 (patch) | |
tree | dabac1afc0a3022a18199a947b65bdeb93647ceb /WebContent | |
parent | 2a51137038a4bea7ba3c435365a415dca6884e80 (diff) | |
download | vaadin-framework-4ff51ee5690b67bdd28ee90ecc0aa72f02ac71d9.tar.gz vaadin-framework-4ff51ee5690b67bdd28ee90ecc0aa72f02ac71d9.zip |
Fixed packaging according new style.
svn changeset:3098/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/index.html | 4 | ||||
-rw-r--r-- | WebContent/release-notes.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index c6394c50ea..1a0faaa29e 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -10,7 +10,7 @@ <script type="text/javascript"> window.onload = function() { - itm ill.init(); + itmill.init(); } var itmill = function() { @@ -139,7 +139,7 @@ <div id="demos"> <h2>Demos</h2> <ul id="demo-buttons"> - <li id="feature-browser"><a href="FeaturesApplication/">Feature browser</a></li> + <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="windowed-demos"><a href="WindowedDemos">Windowed demos</a></li> diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index acd2f6a0ae..780e19fd83 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -30,7 +30,7 @@ This document is under construction.</p> <p> <br /> -<h4>Known issues in this Release (<version></version>)</h4> +<h4>Known issues in <version></version></h4> IE = Internet Explorer, FF = Firefox, SA = Safari, OP = Opera <br/> Starting any demo may take long time (5 seconds) on some environments. Should not affect on "real" environments. |