-
Notifications
You must be signed in to change notification settings - Fork 107
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
Quick clicks loads all ajax call results on last month loaded. #82
Comments
There are basically three decent solutions I can think of:
|
Hi guys, Thanks richardtallent, following more and less your advice I can fix the issue. I just added the following code on montlhy.js javascript file:
Like this:
Regards! |
My fix for this issue is in PR #48, and involves only displaying the event data loaded via AJAX if the month and year of the AJAX request matches the month and year current selected in the calendar. I found this to be a simple approach to the problem. |
Hi guys,
I found an issue related to your Monthly.js. Seems that if you click many times on same button, multiples ajax call are produced and put their results in the last month loaded:
http://g.recordit.co/zcb8st5whj.gif
Exist some way to fix this?
Regards.
Francisco Javier Mateo
The text was updated successfully, but these errors were encountered: