return ajax

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

View File

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