mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Placeholder for ajax form 'complete' callback
This commit is contained in:
@ -155,6 +155,9 @@ function handleModalForm(modal, url, options) {
|
||||
error: function(xhr, ajaxOptions, thrownError) {
|
||||
alert('Error posting form data:\n' + thrownError);
|
||||
$(modal).modal('hide');
|
||||
},
|
||||
complete: function(xhr) {
|
||||
//TODO
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user