Skip to content

Commit

Permalink
#11 remove second application of class to sc_Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasira committed Mar 29, 2024
1 parent 09a9bf9 commit 6486eb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/jq.schedule.plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@
height: (setting.timeLineY) - 2
});

if (data["class"]) {
$bar.addClass(data["class"]);
}

// Add sc_Bar (aka EventCard) to timeline
$element.find('.sc_main .timeline').eq(data["timeline"]).append($bar);

Expand Down

0 comments on commit 6486eb3

Please sign in to comment.