projects
/
WP-Plugins
/
glm-member-db-itinerary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4778f14
)
No remove container
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 11 Dec 2018 19:27:54 +0000
(14:27 -0500)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/views/front/itinerary/list.html
b/views/front/itinerary/list.html
index
372e073
..
8baeadf
100644
(file)
--- 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 + '';
}
});