Skip to content

Commit

Permalink
MDL-23844 fixed IE compatibility - credit goes to Mauno Korpelainen
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 18, 2010
1 parent d91cabd commit 84deffa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 84deffa

Please sign in to comment.