]> source.dussan.org Git - vaadin-framework.git/commitdiff
#7106, forgotten commit
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 6 Jun 2011 11:33:06 +0000 (11:33 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 6 Jun 2011 11:33:06 +0000 (11:33 +0000)
svn changeset:19232/svn branch:6.6

src/com/vaadin/terminal/gwt/client/ApplicationConnection.java

index 5f808ea8cdecd0edf8560ab9314e212bc36be95e..056428881fd12af74c70475f02eb422970d0ba03 100755 (executable)
@@ -367,7 +367,8 @@ public class ApplicationConnection {
                 + "&vw=" + offsetWidth + "&vh=" + offsetHeight + "&fr=" + token
                 + "&tzo=" + tzOffset + "&rtzo=" + rtzOffset + "&dstd="
                 + dstDiff + "&dston=" + dstInEffect + "&curdate=" + curDate
-                + "&wsver=" + widgetsetVersion;
+                + "&wsver=" + widgetsetVersion
+                + (BrowserInfo.get().isTouchDevice() ? "&td=1" : "");
         return parameters;
     }