diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-30 13:28:04 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-31 06:45:43 +0000 |
commit | 36fd94ad9a72db9d2368ea08d69d636c00eea1c4 (patch) | |
tree | 086af0cd6133bb920699856f2b8992ff7c4ccb5e /client | |
parent | 587e10b92dbaf3e90b288ead55a5b83f54743bd2 (diff) | |
download | vaadin-framework-36fd94ad9a72db9d2368ea08d69d636c00eea1c4.tar.gz vaadin-framework-36fd94ad9a72db9d2368ea08d69d636c00eea1c4.zip |
Remove IE6/IE7 permutation (#11954)
Change-Id: Id6eae2e71f322d9750c95b381eefd28e41624139
Diffstat (limited to 'client')
-rw-r--r-- | client/src/com/vaadin/Vaadin.gwt.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/com/vaadin/Vaadin.gwt.xml b/client/src/com/vaadin/Vaadin.gwt.xml index 31eb703e3c..776886bb1b 100644 --- a/client/src/com/vaadin/Vaadin.gwt.xml +++ b/client/src/com/vaadin/Vaadin.gwt.xml @@ -60,4 +60,7 @@ <!-- Use the new cross site linker to get a nocache.js without document.write --> <add-linker name="xsiframe" /> + <!-- Remove IE6/IE7 permutation as they are not supported --> + <set-property name="user.agent" value="ie8,ie9,gecko1_8,safari,opera" /> + </module> |