From 9760614a0dfeca894140eade9f1356ca54b806ea Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Mon, 2 May 2011 13:15:34 +1000 Subject: [PATCH] WTF?git push kzrl experimental SAVE YOU MOTHERFUCKER --- webroot/js/shipment_index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/js/shipment_index.js b/webroot/js/shipment_index.js index c0dce791..9e31fc74 100644 --- a/webroot/js/shipment_index.js +++ b/webroot/js/shipment_index.js @@ -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
. + //window.location.reload(); //Change this to fetch a new copy of the table and update a
. }); }, @@ -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
. + // window.location.reload(); //Change this to fetch a new copy of the table and update a
. }); },