IE浏览器增加不支持提示
This commit is contained in:
parent
c7f0571381
commit
3ad57603aa
|
@ -23,7 +23,22 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/*@cc_on window.location.href="http://support.dmeng.net/upgrade-your-browser.html?referrer="+encodeURIComponent(window.location.href); @*/
|
/*@cc_on window.location.href="http://support.dmeng.net/upgrade-your-browser.html?referrer="+encodeURIComponent(window.location.href); @*/
|
||||||
|
if (
|
||||||
|
/*@cc_on!@*/ false ||
|
||||||
|
(!!window.MSInputMethodContext && !!document.documentMode)
|
||||||
|
) {
|
||||||
|
window.open(
|
||||||
|
"https://support.dmeng.net/upgrade-your-browser.html?referrer=" +
|
||||||
|
encodeURIComponent(window.location.href)
|
||||||
|
);
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<strong
|
||||||
|
>We're sorry but Application doesn't work properly without JavaScript
|
||||||
|
enabled.Please enable it to continue.</strong
|
||||||
|
>
|
||||||
|
</noscript>
|
||||||
<meta name="description" content="<%= productDescription %>" />
|
<meta name="description" content="<%= productDescription %>" />
|
||||||
<meta name="format-detection" content="telephone=no" />
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta name="msapplication-tap-highlight" content="no" />
|
<meta name="msapplication-tap-highlight" content="no" />
|
||||||
|
|
Loading…
Reference in New Issue