Aleksander Machniak
2015-08-01 b45e9b49b9e4d38f6beebfb15f76e7d2b5d7e3c7
Fix removing signature when switching to identity with an empty sig in HTML mode (#1490470)
2 files modified
5 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/editor.js 4 ●●● patch | view | raw | blame | history
CHANGELOG
@@ -23,6 +23,7 @@
- Fix wrong positioning of message list header on page scroll in Webkit browsers (#1490035)
- Fix some javascript errors in rare situations (#1490441)
- Fix error when using back button after sending an email (#1490009)
- Fix removing signature when switching to identity with an empty sig in HTML mode (#1490470)
RELEASE 1.1.2
-------------
program/js/editor.js
@@ -548,9 +548,7 @@
        }
      }
      if (rcmail.env.signatures[id]) {
        sigElem.innerHTML = rcmail.env.signatures[id].html;
      }
      sigElem.innerHTML = rcmail.env.signatures[id] ? rcmail.env.signatures[id].html : '';
    }
    else if (!rcmail.env.top_posting) {
      position_element = $(this.editor.getBody()).children().last();