Fixed strange characters in plain text mode (Firefox) (Closes #462)

This commit is contained in:
RainLoop Team 2015-02-17 16:04:03 +04:00
parent 2a90664574
commit e3064b10aa
24 changed files with 206 additions and 159 deletions

View file

@ -116,7 +116,6 @@
if (this.editor)
{
this.editor.setPlain('', false);
this.editor.setReadOnly(true);
}
};

View file

@ -43,6 +43,8 @@
this.folderListSystem = Data.folderListSystem;
this.foldersChanging = Data.foldersChanging;
this.foldersListWithSingleInboxRootFolder = Data.foldersListWithSingleInboxRootFolder;
this.leftPanelDisabled = Globals.leftPanelDisabled;
this.iDropOverTimer = 0;