From 40e0f031b5503fafc9167a8d65f73652d7e0de83 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 11 Dec 2018 14:27:54 -0500 Subject: [PATCH] No remove container Just reload the page instead. --- views/front/itinerary/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/itinerary/list.html b/views/front/itinerary/list.html index 372e073..8baeadf 100644 --- a/views/front/itinerary/list.html +++ b/views/front/itinerary/list.html @@ -153,7 +153,7 @@ del: true }, success: function(){ - button.parent('.glm-itinerary-list-item').remove(); + //button.parent('.glm-itinerary-list-item').remove(); window.location.href = glm_itinerary_page_url + ''; } }); -- 2.17.1