]> source.dussan.org Git - vaadin-framework.git/commitdiff
#7272 Firefox 5 (and 6) occasionally fail to load theme CSS
authorArtur Signell <artur.signell@itmill.com>
Tue, 9 Aug 2011 10:48:28 +0000 (10:48 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 9 Aug 2011 10:48:28 +0000 (10:48 +0000)
svn changeset:20215/svn branch:6.6

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

index 056428881fd12af74c70475f02eb422970d0ba03..7eb9f4d1ec69289d3a1069115512af4d9d2ba79d 100755 (executable)
@@ -568,7 +568,7 @@ public class ApplicationConnection {
     }
 
     int cssWaits = 0;
-    static final int MAX_CSS_WAITS = 20;
+    static final int MAX_CSS_WAITS = 100;
 
     protected void handleWhenCSSLoaded(final String jsonText,
             final ValueMap json) {