Skip to content
Snippets Groups Projects
Commit 1dfd4b8b authored by bbaer's avatar bbaer
Browse files

log problem that crashes qfq when calendar dependencies are missing

parent f79441f5
No related branches found
No related tags found
1 merge request!251Develop
Pipeline #3172 failed
......@@ -33,7 +33,7 @@ QfqNS.Helper = QfqNS.Helper || {};
*/
var fullCalendar = function (form) {
if (typeof FullCalendar === 'undefined') {
QfqNS.log.error("FullCalendar Plugin wasn't loaded correctly.");
console.log("FullCalendar JavaScript Files not loaded.")
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment