Skip to content

Commit

Permalink
Merge pull request #208 from taion/remove-CriOS-hack
Browse files Browse the repository at this point in the history
Remove no-longer-needed CriOS hack
  • Loading branch information
taion committed Jan 15, 2016
2 parents 40893e4 + 432abc7 commit eb01d53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/DOMUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ export function supportsHistory() {
ua.indexOf('Windows Phone') === -1) {
return false
}
// FIXME: Work around our browser history not working correctly on Chrome
// iOS: https://github.com/rackt/react-router/issues/2565
if (ua.indexOf('CriOS') !== -1) {
return false
}
return window.history && 'pushState' in window.history
}

Expand Down

0 comments on commit eb01d53

Please sign in to comment.