[desktop] fix bug 78330

This commit is contained in:
maxkadushkin
2025-11-14 19:11:17 +03:00
parent ed2c2f4d5a
commit 3e23e39813

View File

@ -187,7 +187,7 @@
var re = /chrome\/(\d+)/i.exec(userAgent);
if (!!re && !!re[1] && !(re[1] > 49)) {
setTimeout(function () {
document.getElementsByTagName('body')[0].className += "winxp";
document.getElementsByTagName('html')[0].className += "winxp";
},0);
}
}