1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 04:10:07 +02:00

enable quite a few languages; fix he_IL

This commit is contained in:
Plailect
2017-03-30 16:34:49 -04:00
committed by Plailect
parent 7e03dabbc2
commit 74ba343938
5 changed files with 17 additions and 15 deletions

View File

@@ -98,7 +98,8 @@ $(document).ready(function(){
});
if((window.location.href.indexOf("/he_IL/") > -1) || (window.location.href.indexOf("/ar_SA/") > -1)) {
$(".page__inner-wrap").css("direction", "rtl");
//$(".page__inner-wrap").css("direction", "rtl");
document.body.style.direction = "rtl";
}
});