Submitting a shipment reloads the page
This commit is contained in:
parent
868d774c69
commit
ea47dcf30e
|
|
@ -45,7 +45,7 @@ $(function() {
|
||||||
|
|
||||||
$.post('/shipments/ajax_edit', thisShipmentInputs, function(data) {
|
$.post('/shipments/ajax_edit', thisShipmentInputs, function(data) {
|
||||||
$( "#edit-form" ).dialog('close');
|
$( "#edit-form" ).dialog('close');
|
||||||
// window.location.reload(); //Change this to fetch a new copy of the table and update a <div>.
|
window.location.reload(); //Change this to fetch a new copy of the table and update a <div>.
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue