includes/clientside/tinymce/themes/advanced/js/about.js
changeset 476 f26a69c40431
parent 335 67bd3121a12e
child 778 57ce13805b6f
equal deleted inserted replaced
475:51386f1852b8 476:f26a69c40431
    68 		document.getElementById('help_tab').style.display = 'block';
    68 		document.getElementById('help_tab').style.display = 'block';
    69 	}
    69 	}
    70 }
    70 }
    71 
    71 
    72 tinyMCEPopup.onInit.add(init);
    72 tinyMCEPopup.onInit.add(init);
    73 
       
    74 // For modal dialogs in IE
       
    75 if (tinymce.isIE)
       
    76 	document.write('<base target="_self" />');