no error message for opera

This commit is contained in:
Lachlan Kermode
2020-06-02 14:23:01 +02:00
parent 65befef6e0
commit 96e47a2159

View File

@@ -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 */