This commit is contained in:
MarkEEaton
2023-03-06 12:17:55 -05:00
committed by GitHub
parent d014887cc7
commit 9d72ad8183
+1 -1
View File
@@ -452,7 +452,7 @@ window.onload = function () {
<!-- display the error message if feature detection flags old browser --> <!-- display the error message if feature detection flags old browser -->
if (window.isES6 == false) { if (window.isES6 == false) {
document.getElementById('obsolete_browser_alert').innerHTML = '<div class="alert alert-danger" style="text-align: center;"><strong>WARNING! Unsupported browser!</strong><br />It looks like you\'re using and old browser.<br />This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.<br />If you continue with this browser, many parts of this site will not work and you will see unexpected results.</div>'; document.getElementById('obsolete_browser_alert').innerHTML = '<div class="alert alert-danger" style="text-align: center;"><strong>WARNING! Unsupported browser!</strong><br />It looks like you\'re using an old browser.<br />This website works best with modern browsers such as the latest versions of Chrome, Firefox, Safari, and Edge.<br />If you continue with this browser, many parts of this site will not work and you will see unexpected results.</div>';
} }
} }
</script> </script>