|
|
@ -29,7 +29,7 @@
|
|
|
|
|| navigator.userAgent.indexOf('MSIE 10') != -1 )
|
|
|
|
|| navigator.userAgent.indexOf('MSIE 10') != -1 )
|
|
|
|
&&
|
|
|
|
&&
|
|
|
|
location.pathname.indexOf("/compatibility") == -1) {
|
|
|
|
location.pathname.indexOf("/compatibility") == -1) {
|
|
|
|
|
|
|
|
debugger;
|
|
|
|
// location.href = './compatibility'
|
|
|
|
// location.href = './compatibility'
|
|
|
|
location.href = '/compatibility.html'
|
|
|
|
location.href = '/compatibility.html'
|
|
|
|
}
|
|
|
|
}
|
|
|
|