Aleksander Machniak
2015-10-14 c5acbc6c94f5f148d6abb93c3606bd65eaea2798
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();