ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux server378.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Current Path : /home/aliyykcz/public_html/wp-content/plugins/woocommerce/assets/js/admin/ |
| Current File : /home/aliyykcz/public_html/wp-content/plugins/woocommerce/assets/js/admin/product-editor.js |
/* global woocommerce_admin_product_editor */
jQuery( function ( $ ) {
$( function () {
var editorWrapper = $( '#postdivrich' );
/**
* In the Product Editor context, the footer needs to be hidden otherwise the computation of the postbox position is wrong.
* For more details, see https://github.com/woocommerce/woocommerce/pull/59212.
*/
$( '#wpfooter' ).css( { visibility: 'hidden', display: 'unset' } );
if ( editorWrapper.length ) {
editorWrapper.addClass( 'postbox woocommerce-product-description' );
editorWrapper.prepend(
'<h2 class="postbox-header"><label>' +
woocommerce_admin_product_editor.i18n_description +
'</label></h2>'
);
}
} );
} );