mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 12:07:25 +02:00
proper RTL handling f hebrew and arabic
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
// Add directional code if necessary
|
||||
translator.get('language:dir', function(value) {
|
||||
if (value) {
|
||||
$('html').attr('dir', value);
|
||||
$('html').css('direction', value);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user