| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0fb4ec1 commit dfd2c50
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | { | |
| 2 | - "msie": "11", | ||
| 3 | 2 | "firefox": "28", | |
| 4 | 3 | "chrome": "30", | |
| 5 | 4 | "safari": "7.1" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,7 @@ class Application extends React.Component { | |||
| 23 | 23 | _isUnsupportedBrowser() { | |
| 24 | 24 | return bowser.isUnsupportedBrowser( | |
| 25 | 25 | supportedBrowsers, | |
| 26 | + true, | ||
| 26 | 27 | window.navigator.userAgent | |
| 27 | 28 | ); | |
| 28 | 29 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments