mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[desktop] fix bug 78330
This commit is contained in:
@ -187,7 +187,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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user