Ticket #19850: 19850.patch

File 19850.patch, 817 bytes (added by SergeyBiryukov, 16 months ago)
  • wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js

     
    1717                                if ( ed.dom.getAttrib(el, 'class').indexOf('wpGallery') == -1 ) return; 
    1818 
    1919                                post_id = tinymce.DOM.get('post_ID').value; 
    20                                 tb_show('', tinymce.documentBaseURL + '/media-upload.php?post_id='+post_id+'&tab=gallery&TB_iframe=true&width='+W+'&height='+H); 
     20                                tb_show('', tinymce.documentBaseURL + 'media-upload.php?post_id='+post_id+'&tab=gallery&TB_iframe=true&width='+W+'&height='+H); 
    2121 
    2222                                tinymce.DOM.setStyle( ['TB_overlay','TB_window','TB_load'], 'z-index', '999999' ); 
    2323                        });