Do not ask about modifying series when creating an exception

This commit is contained in:
Nathan Gray 2015-12-07 15:48:29 +00:00
parent 3be2bbd786
commit 84da22b93d

View File

@ -457,7 +457,7 @@ var et2_calendar_timegrid = et2_valueWidget.extend([et2_IDetachedDOM, et2_IResiz
};
// Check for modifying a series that started before today
if (event_widget.options.value.recur_type)
if (event_widget.options.value.recur_type && button_id === 'series')
{
event_widget.series_split_prompt(function(_button_id) {
if (_button_id === et2_dialog.OK_BUTTON)