Hi,
CSP plugin does not seem to work.
dhtmlxscheduler.js executes this line of code when loading:
/* Could be redifined */
scheduler.templates.tooltip_date_format = scheduler.date.date_to_str("%Y-%m-%d %H:%i");
as csp plugin is loaded after dhtmlxscheduler, there is no way this works as CSP is already violated (because date_to_str by default uses eval). I’d be grateful for any ideas.
Best Regards,
Mateusz