alecpl
2009-12-04 724cc1f0d0af029b829294cf5ca9787225f117df
- fix unintentional adding signatures with html mode and autoaddsignature=never (#1486335)


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -2374,7 +2374,7 @@
      // move cursor before the signature
      this.set_caret_pos(input_message.get(0), cursor_pos);
    }
    else if (is_html && this.env.signatures) {  // html
    else if (is_html && show_sig && this.env.signatures) {  // html
      var editor = tinyMCE.get(this.env.composebody);
      var sigElem = editor.dom.get('_rc_sig');