add jquery callback function

This commit is contained in:
cemaleddin 2022-07-23 13:58:19 +03:00
parent 78a45cdad3
commit d1870ec273

View File

@ -147,11 +147,11 @@
$.post(url, $.post(url,
{ {
orderId orderId
} },
//function(data, status) { function(data, status) {
// console.log("Data: " + data + "\nStatus: " + status); console.log("Data: " + data + "\nStatus: " + status);
//}); });
}); });
</script> </script>
</body> </body>