]> source.dussan.org Git - vaadin-framework.git/commitdiff
Re-enable Opera permutation (#13259)
authorArtur Signell <artur@vaadin.com>
Mon, 10 Feb 2014 16:04:29 +0000 (18:04 +0200)
committerVaadin Code Review <review@vaadin.com>
Tue, 11 Feb 2014 11:47:48 +0000 (11:47 +0000)
Change-Id: I0dd70ed200ae587386081599e34dcfee9b2031dd

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

index 50600c5cbb6878a836d916c814619f43fc6a9135..d4eb454e865fd41c5a4b88742b19a96ce3244555 100644 (file)
@@ -59,8 +59,9 @@
 
     <!-- Use the new cross site linker to get a nocache.js without document.write -->
     <add-linker name="xsiframe" />
+    <extend-property name="user.agent" values="opera" />
 
     <!-- Remove IE6/IE7 permutation as they are not supported -->
-    <set-property name="user.agent" value="ie8,ie9,ie10,gecko1_8,safari" />
+    <set-property name="user.agent" value="ie8,ie9,ie10,gecko1_8,safari,opera" />
 
 </module>