projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0cec46
)
Fixed fix for deleting specific dates
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 6 May 2016 20:48:28 +0000
(16:48 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 6 May 2016 20:48:28 +0000
(16:48 -0400)
views/admin/events/edit.html
patch
|
blob
|
history
diff --git
a/views/admin/events/edit.html
b/views/admin/events/edit.html
index
02e7dbe
..
a93730d
100644
(file)
--- a/
views/admin/events/edit.html
+++ b/
views/admin/events/edit.html
@@
-539,6
+539,7
@@
// Init handling click to delete specified date
function initDateDelete() {
+ $('.recur-spec-date-delete').unbind();
$('.recur-spec-date-delete').on('click', function() {
if (confirm("Do you want to delete this date?")) {
$(this).remove();