Changeset f9a2a601 in github
- Timestamp:
- May 11, 2010 3:47:39 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4880749
- Parents:
- 35a39020
- File:
-
- 1 edited
-
program/js/app.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
rb5002a01 rf9a2a601 2799 2799 // remove the 'old' signature 2800 2800 if (show_sig && sig && this.env.signatures && this.env.signatures[sig]) { 2801 2801 2802 sig = this.env.signatures[sig].is_html ? this.env.signatures[sig].plain_text : this.env.signatures[sig].text; 2802 sig = sig.replace(/\r\n/ , '\n');2803 sig = sig.replace(/\r\n/g, '\n'); 2803 2804 2804 2805 if (!sig.match(/^--[ -]\n/)) … … 2812 2813 if (show_sig && this.env.signatures && this.env.signatures[id]) { 2813 2814 sig = this.env.signatures[id]['is_html'] ? this.env.signatures[id]['plain_text'] : this.env.signatures[id]['text']; 2814 sig = sig.replace(/\r\n/ , '\n');2815 sig = sig.replace(/\r\n/g, '\n'); 2815 2816 2816 2817 if (!sig.match(/^--[ -]\n/)) … … 4168 4169 /*********************************************************/ 4169 4170 4170 // e able/disable buttons for page shifting4171 // enable/disable buttons for page shifting 4171 4172 this.set_page_buttons = function() 4172 4173 {
Note: See TracChangeset
for help on using the changeset viewer.
