No remove container
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:27:54 +0000 (14:27 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:27:54 +0000 (14:27 -0500)
Just reload the page instead.

views/front/itinerary/list.html

index 372e073..8baeadf 100644 (file)
                         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 + '';
                     }
                 });