Plugin Directory

Changeset 3002664


Ignore:
Timestamp:
11/28/2023 10:58:45 AM (2 years ago)
Author:
boxnow
Message:

small fix in js check

Location:
box-now-delivery
Files:
19 added
1 edited

Legend:

Unmodified
Added
Removed
  • box-now-delivery/trunk/js/box-now-delivery.js

    r3002071 r3002664  
    399399              'input[type="radio"][name="shipping_method[0]"]:checked'
    400400            ).val() === "box_now_delivery") ||
    401           $("input[name='shipping_method[0]']").length == 1
     401          $("input[id='shipping_method_0_box_now_delivery']").length == 1
    402402        ) {
    403403          event.preventDefault();
Note: See TracChangeset for help on using the changeset viewer.