mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 04:58:28 +08:00
Fix wrong prefix for a newly added class for disabled checkbox
The prefix for the plugin is 'ppcp', not 'ppc' as it mistakenly was. Updating this for a checkbox class.
This commit is contained in:
parent
2ddd8518ca
commit
a4846b64fe
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
)
|
||||
|
||||
const disabledCheckboxes = document.querySelectorAll(
|
||||
'.ppc-disabled-checkbox'
|
||||
'.ppcp-disabled-checkbox'
|
||||
)
|
||||
|
||||
function atLeastOneChecked(checkboxesNodeList) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue