Aleksander Machniak
2016-04-24 7abfe41ab792e93b94e186f9ece4a5fd3b58a3e4
program/js/editor.js
@@ -450,7 +450,6 @@
    // get selected text from tinymce editor
    if (ed) {
      ed.getWin().focus(); // correct focus in IE & Chrome
      if (args.selection)
        text = ed.selection.getContent({format: args.format});