Skip to content

Commit

Permalink
Update timetable.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokesh2003GN authored Feb 6, 2025
1 parent 0da3828 commit 2e7ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/timetable/timetable.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ X-WR-CALNAME:Classes`;
endDateTime.setHours(endHour, endMinute, 0, 0);

const eventName = createEventName(event.trim(), rename);
console.log(eventName);
//console.log(eventName);
if (!eventName) return;

if (previousEvent === eventName) {
Expand Down

0 comments on commit 2e7ea4f

Please sign in to comment.