mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Another minor stupid fix.
This commit is contained in:
parent
bb26d73462
commit
66e214ca88
@ -74,7 +74,7 @@ public class SupportedUserAgent implements Serializable {
|
|||||||
final OperatingSystem os = userAgent.getOperatingSystem();
|
final OperatingSystem os = userAgent.getOperatingSystem();
|
||||||
|
|
||||||
|
|
||||||
return browser == Browser.IE8 && os == OperatingSystem.WINDOWS && header.contains("chromeframe");
|
return browser == Browser.IE8 && os == OperatingSystem.WINDOWS && !header.contains("chromeframe");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static SupportedUserAgent create(@NotNull final String userAgent) {
|
public static SupportedUserAgent create(@NotNull final String userAgent) {
|
||||||
|
Loading…
Reference in New Issue
Block a user