Browse Source

Add persian right to left (#3236)

version-14
Mohammed R Abukhamseen 8 years ago
committed by Rushabh Mehta
parent
commit
74fed289c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/desk.js

+ 1
- 1
frappe/public/js/frappe/desk.js View File

@@ -406,7 +406,7 @@ frappe.Application = Class.extend({
},

set_rtl: function () {
if (["ar", "he"].indexOf(frappe.boot.lang) >= 0) {
if (["ar", "he","fa"].indexOf(frappe.boot.lang) >= 0) {
var ls = document.createElement('link');
ls.rel="stylesheet";
ls.href= "assets/css/frappe-rtl.css";


Loading…
Cancel
Save