Ticket #19850: 19850.patch
File 19850.patch, 817 bytes (added by , 13 years ago) |
---|
-
wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js
17 17 if ( ed.dom.getAttrib(el, 'class').indexOf('wpGallery') == -1 ) return; 18 18 19 19 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); 21 21 22 22 tinymce.DOM.setStyle( ['TB_overlay','TB_window','TB_load'], 'z-index', '999999' ); 23 23 });