Browse Source

add jquery callback function

pull/1940/head
cemaleddin 2 years ago
parent
commit
d1870ec273
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/Web/WebMVC/Views/Shared/_Layout.cshtml

+ 4
- 4
src/Web/WebMVC/Views/Shared/_Layout.cshtml View File

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


Loading…
Cancel
Save