thomascube
2011-04-20 a9251be2f09fb5f18a85d201c67668c70980efe3
program/js/tiny_mce/plugins/searchreplace/editor_plugin_src.js
@@ -12,6 +12,10 @@
   tinymce.create('tinymce.plugins.SearchReplacePlugin', {
      init : function(ed, url) {
         function open(m) {
            // Keep IE from writing out the f/r character to the editor
            // instance while initializing a new dialog. See: #3131190
            window.focus();
            ed.windowManager.open({
               file : url + '/searchreplace.htm',
               width : 420 + parseInt(ed.getLang('searchreplace.delta_width', 0)),