Update plugins/woocommerce/client/legacy/js/admin/meta-boxes-product.js
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
This commit is contained in:
parent
a3a2b35253
commit
410490e035
|
@ -1091,7 +1091,7 @@ jQuery( function ( $ ) {
|
|||
|
||||
// Add a descriptive tooltip to the product description editor
|
||||
$( '#wp-content-media-buttons' )
|
||||
.append( '<span class="woocommerce-help-tip" tabindex="-1"></span>' )
|
||||
.append( '<span class="woocommerce-help-tip" tabindex="0"></span>' )
|
||||
.find( '.woocommerce-help-tip' )
|
||||
.attr(
|
||||
'tabindex',
|
||||
|
|
Loading…
Reference in New Issue