RTL message view fix

This commit is contained in:
RainLoop Team 2014-05-02 00:51:01 +04:00
parent 7a89af1cc2
commit a7d6331e21
3 changed files with 3 additions and 3 deletions

View file

@ -980,7 +980,7 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
if (oData.Result.Rtl)
{
this.isRtl(true);
oMessage.isRtl(true);
oBody.addClass('rtl-text-part');
}

View file

@ -16211,7 +16211,7 @@ WebMailDataStorage.prototype.setMessage = function (oData, bCached)
if (oData.Result.Rtl)
{
this.isRtl(true);
oMessage.isRtl(true);
oBody.addClass('rtl-text-part');
}

File diff suppressed because one or more lines are too long