Merge branch release/v6.1.0 into master
This commit is contained in:
commit
a8237f4538
|
@ -169,7 +169,7 @@
|
||||||
var re = /chrome\/(\d+)/i.exec(userAgent);
|
var re = /chrome\/(\d+)/i.exec(userAgent);
|
||||||
if (!!re && !!re[1] && !(re[1] > 49)) {
|
if (!!re && !!re[1] && !(re[1] > 49)) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
document.getElementsByTagName('body')[0].className += "winxp";
|
document.getElementsByTagName('html')[0].className += "winxp";
|
||||||
},0);
|
},0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -206,7 +206,7 @@
|
||||||
var re = /chrome\/(\d+)/i.exec(userAgent);
|
var re = /chrome\/(\d+)/i.exec(userAgent);
|
||||||
if (!!re && !!re[1] && !(re[1] > 49)) {
|
if (!!re && !!re[1] && !(re[1] > 49)) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
document.getElementsByTagName('body')[0].className += "winxp";
|
document.getElementsByTagName('html')[0].className += "winxp";
|
||||||
},0);
|
},0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -206,7 +206,7 @@
|
||||||
var re = /chrome\/(\d+)/i.exec(userAgent);
|
var re = /chrome\/(\d+)/i.exec(userAgent);
|
||||||
if (!!re && !!re[1] && !(re[1] > 49)) {
|
if (!!re && !!re[1] && !(re[1] > 49)) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
document.getElementsByTagName('body')[0].className += "winxp";
|
document.getElementsByTagName('html')[0].className += "winxp";
|
||||||
},0);
|
},0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue