mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
no error message for opera
This commit is contained in:
@@ -29,7 +29,7 @@ const isChrome = !!window.chrome && !!window.chrome.webstore
|
||||
// Blink engine detection
|
||||
const isBlink = (isChrome || isOpera) && !!window.CSS
|
||||
|
||||
if (isEdge || isIE || isOpera) {
|
||||
alert('Please view this website in Firefox or Chrome for best viewing. It is untested in your browser.')
|
||||
if (isEdge || isIE) {
|
||||
alert('Please view this website in Opera for best viewing. It is untested in your browser.')
|
||||
}
|
||||
/* eslint-enable */
|
||||
|
||||
Reference in New Issue
Block a user