]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove IE6/IE7 permutation (#11954)
authorArtur Signell <artur@vaadin.com>
Thu, 30 May 2013 10:28:04 +0000 (13:28 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 31 May 2013 06:45:43 +0000 (06:45 +0000)
Change-Id: Id6eae2e71f322d9750c95b381eefd28e41624139

client/src/com/vaadin/Vaadin.gwt.xml

index 31eb703e3c0f222cb352b27572a8f03897c59322..776886bb1b35e00760308f01fc609ec594fa01d4 100644 (file)
@@ -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>