Skip to content

Conversation

@djeusette
Copy link

I noticed that when there were lots of events during a day, some of them were not displayed correctly. (row calculation correction)

The javascript to highlight an event upon mouse over (using jquery) was getting an element by ID, meaning that the whole line of an event was not highlighted entirely. (adding the class selector to correct this behaviour)

Finalement replacing the ID selector (#) in jq.javascript by (.) (ID => class).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant