Correct reload call (not in select filter item callback).

This commit is contained in:
Alex Tselegidis 2022-01-24 22:00:47 +01:00
parent 97f98c5118
commit 0bbbff47c8
1 changed files with 2 additions and 2 deletions

View File

@ -304,9 +304,9 @@ App.Utils.CalendarDefaultView = (function () {
$('#google-sync').prop('disabled', true);
}
}
});
$reloadAppointments.trigger('click');
$reloadAppointments.trigger('click');
});
}
/**