ateliee / jquery.schedule

jquery and html schedule calendar
https://ateliee.github.io/jquery.schedule/demo/
MIT License
142 stars 54 forks source link

timeline is wrong in data #43

Open wninaus opened 2 years ago

wninaus commented 2 years ago

Fix: data.timeline = id; instead of data.timeline = i; https://github.com/ateliee/jquery.schedule/blob/ad527786e98b914ca79c293f9cb55ffe9cae1bae/src/js/jq.schedule.js#L600

sebasira commented 2 years ago

Maybe this is a Duplicate of #37?

Would be great if it could be fixed.

Thank you for your work @ateliee !