From: Steve Sutton Date: Tue, 11 Dec 2018 19:27:54 +0000 (-0500) Subject: No remove container X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=40e0f031b5503fafc9167a8d65f73652d7e0de83;p=WP-Plugins%2Fglm-member-db-itinerary.git No remove container Just reload the page instead. --- 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 + ''; } });