1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 12:11:49 +02:00

rtl for Arabic and Hebrew

This commit is contained in:
Plailect
2017-01-15 17:27:07 -05:00
committed by Plailect
parent 3f29fa980e
commit af62887872
3 changed files with 35 additions and 1 deletions

View File

@@ -97,4 +97,8 @@ $(document).ready(function(){
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.
});
if((window.location.href.indexOf("/he_IL/") > -1) || (window.location.href.indexOf("/ar_SA/") > -1)) {
$(".page__inner-wrap").css("direction", "rtl");
}
});

File diff suppressed because one or more lines are too long