Wait for 10 seconds and refresh the metabox

This commit is contained in:
Narek Zakarian 2023-10-30 15:19:31 +04:00
parent c8fc78c0e2
commit a3fb743c73
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -58,7 +58,7 @@ document.addEventListener(
jQuery(orderTrackingContainerSelector).load(loadLocation, "", function(){
toggleLoaderVisibility();
});
}, 5000);
}, 10000);
}
});
}