Changeset 1693 in subversion
- Timestamp:
- Aug 29, 2008 2:49:29 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1692 r1693 2035 2035 if (this.env.identity && this.env.signatures && this.env.signatures[this.env.identity]) 2036 2036 { 2037 sig = this.env.signatures[this.env.identity]['text']; 2038 if (sig.indexOf('-- ')!=0) 2037 if (this.env.signatures[this.env.identity]['is_html']) 2038 sig = this.env.signatures[this.env.identity]['plain_text']; 2039 else 2040 sig = this.env.signatures[this.env.identity]['text']; 2041 2042 if (sig.indexOf('-- ')!=0) 2039 2043 sig = '-- \n'+sig; 2040 2044
Note: See TracChangeset
for help on using the changeset viewer.
