mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +00:00
Placeholder for ajax form 'complete' callback
This commit is contained in:
parent
17e6147c47
commit
99fb466a6c
@ -155,6 +155,9 @@ function handleModalForm(modal, url, options) {
|
|||||||
error: function(xhr, ajaxOptions, thrownError) {
|
error: function(xhr, ajaxOptions, thrownError) {
|
||||||
alert('Error posting form data:\n' + thrownError);
|
alert('Error posting form data:\n' + thrownError);
|
||||||
$(modal).modal('hide');
|
$(modal).modal('hide');
|
||||||
|
},
|
||||||
|
complete: function(xhr) {
|
||||||
|
//TODO
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user