From 6486eb3e5fe1424a1bdca2fbef9d553072414197 Mon Sep 17 00:00:00 2001 From: "Sebastian M. Irazabal" Date: Fri, 29 Mar 2024 09:18:10 -0300 Subject: [PATCH] #11 remove second application of class to sc_Bar --- js/jq.schedule.plus.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/jq.schedule.plus.js b/js/jq.schedule.plus.js index bf9dca3..5368d80 100644 --- a/js/jq.schedule.plus.js +++ b/js/jq.schedule.plus.js @@ -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);