Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Calendar does not show #125

Open
jaysoniscale opened this issue Sep 12, 2018 · 3 comments
Open

Full Calendar does not show #125

jaysoniscale opened this issue Sep 12, 2018 · 3 comments

Comments

@jaysoniscale
Copy link

Hi, I'm having this error when using laravel-fullcalendar.
image

image

@websiteproduct
Copy link

@jaysoniscale
It is important that you load jQuery and Moment’s JS files before loading FullCalendar’s JS files. You forgot include the link to jQuery lib before MomentJS's file.

@CalGat
Copy link

CalGat commented Apr 15, 2019

did you fix this? having the same problem

@JuanFLZ
Copy link

JuanFLZ commented Apr 17, 2019

Check your layouts.app file

If you have a line like:
<script src="{{ asset('js/app.js') }}" defer></script>

Try removing the "defer" attribute:
<script src="{{ asset('js/app.js') }}"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants