CHANGELOG | ●●●●● patch | view | raw | blame | history | |
program/js/editor.js | ●●●●● patch | view | raw | blame | history |
CHANGELOG
@@ -3,6 +3,7 @@ - Enigma: Added enigma_debug option - Fix message list multi-select/deselect issue (#5219) - Fix bug where getting HTML editor content could steal focus from other form controls (#5223) RELEASE 1.2-rc -------------- 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});