mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-21 16:38:48 +00:00
Revert "have warning support all browser versions".
Webpack conventions still cause IE8 to break. This reverts commit a8531038622d2419a3da342ddfe0c356a90e4eee.
This commit is contained in:
parent
a853103862
commit
eb28572788
@ -23,7 +23,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (badBrowser) {
|
if (badBrowser) {
|
||||||
var el = document.getElementById('BadBrowserWarning');
|
var el = document.getElementsByClassName('BadBrowser')[0];
|
||||||
el.className += ' is-open';
|
el.className += ' is-open';
|
||||||
// Dumb check for known mobile OS's. Not important to catch all, just
|
// Dumb check for known mobile OS's. Not important to catch all, just
|
||||||
// displays more appropriate information.
|
// displays more appropriate information.
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<div id="BadBrowserWarning" class="BadBrowser" style="display: none;">
|
<div class="BadBrowser" style="display: none;">
|
||||||
<div class="BadBrowser-content">
|
<div class="BadBrowser-content">
|
||||||
<h2>Your Browser is Out of Date</h2>
|
<h2>Your Browser is Out of Date</h2>
|
||||||
<p class="is-desktop">
|
<p class="is-desktop">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user