mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 06:16:05 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify into muammertop
This commit is contained in:
commit
72ec7a85fe
@ -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 }}
|
{{ script|raw }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</script>
|
</script>
|
||||||
|
{{ asset_script('visiosoft.theme.defaultadmin::js/visiosoft.js') }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user