add jquery callback function
This commit is contained in:
parent
78a45cdad3
commit
d1870ec273
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user