diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-03-06 13:01:24 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-03-06 13:01:24 +0000 |
commit | 74d4aa7ed1fadb0703951ebc9fa5a26faa89b85c (patch) | |
tree | 92576dc669c6c7e36e5be478478f5f9649da9a6f /WebContent/index.html | |
parent | b42aedde59ed1d3516a79ab3a5ead5268fa860fb (diff) | |
download | vaadin-framework-74d4aa7ed1fadb0703951ebc9fa5a26faa89b85c.tar.gz vaadin-framework-74d4aa7ed1fadb0703951ebc9fa5a26faa89b85c.zip |
fixes #468
svn changeset:798/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 8f9b648801..971990a86a 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -16,7 +16,7 @@ <div id="feature-browser"> <h3>Feature Browser</h3> <div class="option"> - <span class="link"><a href="features/">Autodetected mode</a></span> + <span class="link"><a href="features/?renderingMode=detect">Autodetected mode</a></span> <span class="desc">Use AJAX if supported by browser, otherwise fallback to HTML mode</span> </div> @@ -38,7 +38,7 @@ <h4>Hello World</h4> <div class="option"> - <span class="link"><a href="hello/">Autodetected mode</a></span> + <span class="link"><a href="hello/?renderingMode=detect">Autodetected mode</a></span> <span class="desc">Use AJAX if supported by browser, otherwise fallback to HTML mode</span> </div> @@ -50,7 +50,7 @@ <h4>Calculator</h4> <div class="option"> - <span class="link"><a href="calc/">Autodetected mode</a></span> + <span class="link"><a href="calc/?renderingMode=detect">Autodetected mode</a></span> <span class="desc">Use AJAX if supported by browser, otherwise fallback to HTMLmode</span> </div> |