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:
@@ -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";
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user