Changeset 20519
- Timestamp:
- 04/18/2012 08:43:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin_src.js
r19945 r20519 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' );
Note: See TracChangeset
for help on using the changeset viewer.