WTF?git push kzrl experimental SAVE YOU MOTHERFUCKER

This commit is contained in:
Karl Cordes 2011-05-02 13:15:34 +10:00
parent d3d3b9eb86
commit 9760614a0d

View file

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