Aleksander Machniak
2015-10-17 5de338e45ebca0d055e0bb2a8df4db20fa61c6de
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();