mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Close popover when inserting new appointment (#773).
This commit is contained in:
parent
ad509e8f22
commit
143624b7d8
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ window.BackendCalendarAppointmentsModal = window.BackendCalendarAppointmentsModa
|
||||||
* create a new appointment.
|
* create a new appointment.
|
||||||
*/
|
*/
|
||||||
$('#insert-appointment').click(function () {
|
$('#insert-appointment').click(function () {
|
||||||
|
$('.popover').remove();
|
||||||
|
|
||||||
BackendCalendarAppointmentsModal.resetAppointmentDialog();
|
BackendCalendarAppointmentsModal.resetAppointmentDialog();
|
||||||
var $dialog = $('#manage-appointment');
|
var $dialog = $('#manage-appointment');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue