mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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) {
|
||||
alert('Error posting form data:\n' + thrownError);
|
||||
$(modal).modal('hide');
|
||||
},
|
||||
complete: function(xhr) {
|
||||
//TODO
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user