mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
html editor optimizations
This commit is contained in:
parent
8d994cf8cc
commit
96b37227b2
13 changed files with 361 additions and 287 deletions
|
|
@ -7,6 +7,8 @@ function SettingsIdentities()
|
|||
{
|
||||
var oData = RL.data();
|
||||
|
||||
this.editor = null;
|
||||
|
||||
this.displayName = oData.displayName;
|
||||
this.signature = oData.signature;
|
||||
this.signatureToAll = oData.signatureToAll;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
function SettingsIdentity()
|
||||
{
|
||||
var oData = RL.data();
|
||||
|
||||
this.editor = null;
|
||||
|
||||
this.displayName = oData.displayName;
|
||||
this.signature = oData.signature;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue