Skip to content

Commit

Permalink
[BUGFIX] fixes wrong timeline data
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaecke committed Feb 2, 2022
1 parent ad52778 commit 9ef3f56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/jq.schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
data.text = bdata.text;
}

data.timeline = i;
data.timeline = timeline;
data.data = {};

if (bdata.data) {
Expand Down
Loading

0 comments on commit 9ef3f56

Please sign in to comment.