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

Events are not loaded when page rendered for the first time #6

Open
ahmetkucuk opened this issue Oct 5, 2016 · 2 comments
Open

Events are not loaded when page rendered for the first time #6

ahmetkucuk opened this issue Oct 5, 2016 · 2 comments
Labels

Comments

@ahmetkucuk
Copy link
Owner

Events are not loaded when page rendered for the first time. It seems list of events are retrieved but not showing on the canvas and right side bar.

@ahmetkucuk ahmetkucuk added the bug label Oct 5, 2016
@jiadams
Copy link

jiadams commented Nov 8, 2016

Issue is cause in the canvas.js file. Fix is removing the on document load in the loadCanvas function.

@ahmetkucuk
Copy link
Owner Author

I guess canvas becomes null (not always but sometimes) when we remove on document load?

canvas = document.getElementById("testCanvas"); // canvas becomes null

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

No branches or pull requests

2 participants