fsek / fsek/voting

Quick adjustment javascript error

Open
#525 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Whenever I am in the quick adjustments view and try to press the adjustment button the actual event is sent to the server and processes correctly, however the client returns an error
`Cannot set property 'innerHTML' of null`
which appears because `var attendanceCell = document.querySelector('tr#user_3 td.adjust');` returns `null` (there is no table in this view...).
This causes the UI to not update after an adjustment in this view.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.