diff --git a/source/Ox.UI/js/Calendar/Ox.ListCalendar.js b/source/Ox.UI/js/Calendar/Ox.ListCalendar.js index 9f40893c..5eaf77b6 100644 --- a/source/Ox.UI/js/Calendar/Ox.ListCalendar.js +++ b/source/Ox.UI/js/Calendar/Ox.ListCalendar.js @@ -761,9 +761,6 @@ Ox.ListCalendar = function(options, self) { } self.options.hasMatches && self.$matchesInput.value(event.matches || 0).show(); self.options.mode == 'define' && self.$defineEventButton.options({ - title: isUndefined ? 'Define Event' : 'Clear Event' - }).show(); - self.$defineEventButton.options({ disabled: !event.matches, title: isUndefined ? 'Define Event' : 'Clear Event' }).show();