mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Wait for 10 seconds and refresh the metabox
This commit is contained in:
parent
c8fc78c0e2
commit
a3fb743c73
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ document.addEventListener(
|
||||||
jQuery(orderTrackingContainerSelector).load(loadLocation, "", function(){
|
jQuery(orderTrackingContainerSelector).load(loadLocation, "", function(){
|
||||||
toggleLoaderVisibility();
|
toggleLoaderVisibility();
|
||||||
});
|
});
|
||||||
}, 5000);
|
}, 10000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue