We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix: data.timeline = id; instead of data.timeline = i;
jquery.schedule/src/js/jq.schedule.js
Line 600 in ad52778
The text was updated successfully, but these errors were encountered:
Maybe this is a Duplicate of #37?
Would be great if it could be fixed.
Thank you for your work @ateliee !
Sorry, something went wrong.
[BUGFIX] fixes wrong timeline data
9ef3f56
ref ateliee#43 ref ateliee#37
Successfully merging a pull request may close this issue.
Fix:
data.timeline = id;
instead of
data.timeline = i;
jquery.schedule/src/js/jq.schedule.js
Line 600 in ad52778
The text was updated successfully, but these errors were encountered: