You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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');
returnsnull
(there is no table in this view...).This causes the UI to not update after an adjustment in this view.
The text was updated successfully, but these errors were encountered: