mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
return ajax
This commit is contained in:
parent
4bd893a953
commit
dd1d734f12
@ -1,5 +1,5 @@
|
||||
function crudAjax(params, url, type, callback, async = false) {
|
||||
$.ajax({
|
||||
return $.ajax({
|
||||
type: type,
|
||||
data: params,
|
||||
async: async,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user