mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-31 04:10:07 +02:00
rtl for Arabic and Hebrew
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user