proper RTL handling f hebrew and arabic

This commit is contained in:
Julian Lam
2014-02-09 15:52:02 -05:00
parent b0bd015389
commit 5b16223923

View File

@@ -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);
}
});
}