WTF?git push kzrl experimental SAVE YOU MOTHERFUCKER
This commit is contained in:
parent
d3d3b9eb86
commit
9760614a0d
|
|
@ -14,7 +14,7 @@ $(function() {
|
||||||
|
|
||||||
$.post('/shipments/ajax_add', thisShipmentInputs, function(data) {
|
$.post('/shipments/ajax_add', thisShipmentInputs, function(data) {
|
||||||
$( "#add-form" ).dialog('close');
|
$( "#add-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>.
|
||||||
});
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
@ -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