diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-09 16:15:16 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-03-09 16:15:16 +0000 |
commit | 79fb10d68965ec255b47cc92b2ef14f8f79c1b08 (patch) | |
tree | ffa8ee37e6e66622108a837d8d9864e438a86f89 /WebContent/index.html | |
parent | 57c549fb8fc70ff310182ecda8aebae5ed9dda26 (diff) | |
download | vaadin-framework-79fb10d68965ec255b47cc92b2ef14f8f79c1b08.tar.gz vaadin-framework-79fb10d68965ec255b47cc92b2ef14f8f79c1b08.zip |
reverting changes committed by accident after epic eclipse/subclicpse fail
svn changeset:11726/svn branch:6.3
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 f7c4fe9c32..46bc8846fd 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -10,7 +10,7 @@ <script type="text/javascript"> window.onload = function() { try { - if(window.location.search && -1 != window.location.search.indexOf('gwt.hosted')) { + if(window.location.search && (window.location.search.indexOf('gwt.hosted') != -1 || window.location.search.indexOf('gwt.codesvr') != -1)) { var hostedParam = window.location.search; var demolinks = document.getElementsByTagName("a"); for (var k = 0; k < demolinks.length; k++) { |