MDL-23844 fixed IE compatibility - credit goes to Mauno Korpelainen

This commit is contained in:
Petr Skoda
2010-08-18 19:17:17 +00:00
parent d91cabdfb8
commit 84deffae0a
@@ -12,6 +12,8 @@ var DragMathDialog = {
tex = tex.replace('<', '&lt;');
tex = tex.replace('>', '&gt;');
if (tinymce.isIE) {tinyMCEPopup.restoreSelection();}
ed.execCommand('mceInsertContent', false, tex);
tinyMCEPopup.close();