forked from mirrors/easyappointments
Correct reload call (not in select filter item callback).
This commit is contained in:
parent
97f98c5118
commit
0bbbff47c8
1 changed files with 2 additions and 2 deletions
|
@ -304,9 +304,9 @@ App.Utils.CalendarDefaultView = (function () {
|
||||||
$('#google-sync').prop('disabled', true);
|
$('#google-sync').prop('disabled', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
|
|
||||||
$reloadAppointments.trigger('click');
|
$reloadAppointments.trigger('click');
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue