Commit bdecae48 by François C.

Fix event_src init in init_calendar_page()

parent 236ebbfc
Pipeline #2749 passed with stage
in 1 minute 32 seconds
......@@ -464,7 +464,7 @@ function init_shifts_list() {
*/
function init_calendar_page() {
let template_explanations = $("#calendar_explaination_template");
let event_src = '/shifts/get_list_shift_calendar/' + partner_data.concerned_partner_id;
if (vw <= 992) {
$(".loading-calendar").show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment