diff --git a/view/browser-detection.js b/view/browser-detection.js index ccbdbb73e..c623ebe0f 100644 --- a/view/browser-detection.js +++ b/view/browser-detection.js @@ -3,7 +3,6 @@ if (!validBrowser) { document.body.style.backgroundColor = '#d9d9d9'; document.body.innerHTML = '
This browser is not supported.
Please use the Chrome browser to access this app.
'; - try {window.stop()} catch (e) {} - try {document.execCommand('Stop')} catch (e) {} + try {window.stop()} catch (e) {document.execCommand('Stop')} } })(window); \ No newline at end of file