proper RTL handling f hebrew and arabic

v1.18.x
Julian Lam 11 years ago
parent b0bd015389
commit 5b16223923

@ -63,7 +63,7 @@
// Add directional code if necessary // Add directional code if necessary
translator.get('language:dir', function(value) { translator.get('language:dir', function(value) {
if (value) { if (value) {
$('html').attr('dir', value); $('html').css('direction', value);
} }
}); });
} }

Loading…
Cancel
Save