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
dd1d734f12
commit
ac4e73cc79
@ -1,5 +1,5 @@
|
|||||||
function crudAjax(params, url, type, callback, async = false) {
|
function crudAjax(params, url, type, callback, async = false) {
|
||||||
$.ajax({
|
return $.ajax({
|
||||||
type: type,
|
type: type,
|
||||||
data: params,
|
data: params,
|
||||||
async: async,
|
async: async,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user