Skip to content

Commit

Permalink
Revert disabling safari 9 (#6553)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c882bf)
  • Loading branch information
caalador authored and ujoni committed Sep 27, 2019
1 parent b6594c4 commit 21682f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ public boolean isTooOldToFunctionProperly() {
return true;
}
// Safari 9+
if (isSafari() && getBrowserMajorVersion() < 10) {
if (isSafari() && getBrowserMajorVersion() < 9) {
return true;
}
// Firefox 43+ for now
Expand Down

0 comments on commit 21682f0

Please sign in to comment.