diff --git a/source/Ox.UI/js/Calendar/Ox.ListCalendar.js b/source/Ox.UI/js/Calendar/Ox.ListCalendar.js index 70908959..853f1858 100644 --- a/source/Ox.UI/js/Calendar/Ox.ListCalendar.js +++ b/source/Ox.UI/js/Calendar/Ox.ListCalendar.js @@ -493,9 +493,7 @@ Ox.ListCalendar = function(options, self) { data = {id: id}; self.options.events[index][key] = value; data[key] = value; - var time0 = +new Date(); - self.$list.options({items: Ox.clone(self.options.events, true)}); - Ox.print('TIME TO SET LIST OPTIONS:', +new Date() - time0); + self.$list.value(id, key, value); if (['name', 'type', 'start', 'end'].indexOf(key) > -1) { self.$calendar.editEvent(id, key, value); }