[start page] for bug 66164

This commit is contained in:
maxkadushkin
2024-02-12 17:27:52 +03:00
parent 3322cdd3b6
commit 422a409682

View File

@ -648,6 +648,8 @@
if ( opts.rtl ) {
document.body.setAttribute('dir', 'rtl');
document.body.classList.add('rtl');
$userName.attr('dir', 'rtl');
}
}