mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
efa5ec0792
@ -0,0 +1,11 @@
|
||||
function crudAjax(params, url, type, callback, async = false) {
|
||||
$.ajax({
|
||||
type: type,
|
||||
data: params,
|
||||
async: async,
|
||||
url: url,
|
||||
success: function (response) {
|
||||
callback(response);
|
||||
},
|
||||
});
|
||||
}
|
||||
@ -11,3 +11,4 @@
|
||||
{{ script|raw }}
|
||||
{% endfor %}
|
||||
</script>
|
||||
{{ asset_script('visiosoft.theme.defaultadmin::js/visiosoft.js') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user