Plugin Directory

Changeset 2992960


Ignore:
Timestamp:
11/09/2023 08:29:23 AM (2 years ago)
Author:
shipdepot
Message:

Fix close loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ship-depot/trunk/assets/js/admin-order-detail.js

    r2992887 r2992960  
    1515            jQuery('#shipping_fee_content').empty();
    1616            if (!response.success || !validateData(JSON.parse(paramAjax.dataInput).orderID)) {
     17                unblock(jQuery('#wpcontent'));
    1718                return;
    1819            }
Note: See TracChangeset for help on using the changeset viewer.