mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Remove # in product
This commit is contained in:
parent
3d6b2b0bb2
commit
9832915651
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ import ApplepayManager from "./ApplepayManager";
|
|||
return;
|
||||
}
|
||||
const isMiniCart = ppcpConfig.mini_cart_buttons_enabled;
|
||||
const isButton = jQuery(buttonConfig.button.wrapper).length > 0;
|
||||
const isButton = jQuery('#' + buttonConfig.button.wrapper).length > 0;
|
||||
console.log('isbutton' ,isButton, buttonConfig.button.wrapper)
|
||||
// If button wrapper is not present then there is no need to load the scripts.
|
||||
// minicart loads later?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue