Ticket #38271: 38271.2.diff
| File 38271.2.diff, 682 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/js/post.js
105 105 * Overwrite the content of the Featured Image postbox 106 106 * 107 107 * @param {string} html New HTML to be displayed in the content area of the postbox. 108 * 108 * 109 109 * @global 110 110 */ 111 111 WPSetThumbnailHTML = function(html){ … … 506 506 active_post_lock: $('#active_post_lock').val() 507 507 }; 508 508 509 if ( 'undefined' === typeof data.active_post_lock ) { 510 return; 511 } 512 509 513 if (window.FormData && window.navigator.sendBeacon) { 510 514 var formData = new window.FormData(); 511 515