Submitting a shipment reloads the page

This commit is contained in:
Karl Cordes 2011-05-17 16:13:52 +10:00
parent 868d774c69
commit ea47dcf30e

View file

@ -45,7 +45,7 @@ $(function() {
$.post('/shipments/ajax_edit', thisShipmentInputs, function(data) {
$( "#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>.
});
},