sergant210 / myCalendar

MODX Extra based on javascript plugin fullCalendar
10 stars 7 forks source link

No display at all #11

Open offrench opened 7 years ago

offrench commented 7 years ago

I have given a try at myCalendar: installed the package and added the simple call to a page. The error returned is: TypeError: $(...).fullCalendar is not a function

Besides, there is a link to a file: /assets/components/mycalendar/js/lang/en.js that does not exist in the /lang/ directory. The files are named en-au.js, en-ca.js, etc.

Renaming one of these to en.js does not change the JavaScript error.

sergant210 commented 7 years ago

It seems like fullcalendar.min.js is not loaded. http://joxi.ru/ZrJdV1jI9x4Y02

English language is set by default and it does not need to be loaded.

offrench commented 7 years ago

I am able to display fullcalendar.min.js from the page in question. I am testing this locally (if this can be an issue)