Aleksander Machniak
2014-11-11 33f8bd69180567f82c1c0f0773beff01e65ec688
program/js/app.js
@@ -3439,6 +3439,8 @@
    }
    else if (this.html2plain(tinyMCE.get(props.id).getContent(), props.id))
      tinyMCE.execCommand('mceRemoveControl', false, props.id);
    else
      return false;
    return true;
  };