Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
change dir ="rtl
Browse files Browse the repository at this point in the history
my language is rtl .So it should be left to right content
  • Loading branch information
javadrajabi authored and sergeyklay committed Feb 22, 2017
1 parent 5f62b0d commit 76f6341
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fa/_static/docs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

$(document).ready(function() {
$("p").attr("dir", "rtl");
$("h2").attr("dir", "rtl");
$("span .pl-c").attr("dir", "rtl");
$("#versions").change(function() {
var docsUrl = $(this).val();
window.location.href = docsUrl;
Expand Down Expand Up @@ -29,4 +32,4 @@ $(document).ready(function() {
}
}
});
});
});

0 comments on commit 76f6341

Please sign in to comment.