return ajax

This commit is contained in:
vedatakdogan 2020-11-17 16:46:47 +03:00
parent dd1d734f12
commit ac4e73cc79

View File

@ -1,5 +1,5 @@
function crudAjax(params, url, type, callback, async = false) {
$.ajax({
return $.ajax({
type: type,
data: params,
async: async,