Fixed fix for deleting specific dates
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 6 May 2016 20:48:28 +0000 (16:48 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 6 May 2016 20:48:28 +0000 (16:48 -0400)
views/admin/events/edit.html

index 02e7dbe..a93730d 100644 (file)
 
             // 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();