Sep 15 - Update the check-in page, fix the employee id input placeholder message
This commit is contained in:
@@ -196,7 +196,9 @@ function disableFormImmediately() {
|
||||
employeeIdInput.disabled = true;
|
||||
employeeIdInput.style.opacity = "0.7";
|
||||
employeeIdInput.setAttribute("data-location-blocked", "true");
|
||||
employeeIdInput.placeholder = "Checking location services...";
|
||||
// The placeholder is deliberately left alone: it was never restored once
|
||||
// location services were confirmed, so the empty field kept saying
|
||||
// "Checking location services...". The submit button shows that state.
|
||||
}
|
||||
|
||||
if (form) {
|
||||
|
||||
Reference in New Issue
Block a user