Ticket #6883: 6883.patch
| File 6883.patch, 1.4 KB (added by , 17 years ago) |
|---|
-
wp-includes/js/thickbox/thickbox.js
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
284 284 return false; 285 285 } 286 286 287 function tb_overlay_bind() { 288 jQuery("#TB_overlay").click(tb_remove); 289 } 290 291 function tb_overlay_unbind() { 292 jQuery("#TB_overlay").unbind("click",tb_remove); 293 } 294 287 295 function tb_position() { 288 296 var isIE6 = typeof document.body.style.maxHeight === "undefined"; 289 297 jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'}); -
wp-includes/js/swfupload/handlers.dev.js
24 24 } 25 25 26 26 function uploadStart(fileObj) { 27 (window.dialogArguments || opener || parent || top).tb_overlay_unbind(); 27 28 return true; 28 29 } 29 30 … … 42 43 // Move the progress bar to 100% 43 44 jQuery('.bar', item).remove(); 44 45 jQuery('.progress', item).hide(); 46 (window.dialogArguments || opener || parent || top).tb_overlay_bind(); 45 47 46 48 // Old style: Append the HTML returned by the server -- thumbnail and form inputs 47 49 if ( isNaN(serverData) || !serverData ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)