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
When I have an altField showing just time (default setting), then a Wrong time format log is shown in the console. It appears that this line (line 310):
results in currDT being a single space, even though it is empty. Later code (line 1927) finds that there are two (empty) parts to the split string. This would be avoided if currDT was trimmed.
The text was updated successfully, but these errors were encountered:
When I have an
altField
showing just time (default setting), then aWrong time format
log is shown in the console. It appears that this line (line 310):results in
currDT
being a single space, even though it is empty. Later code (line 1927) finds that there are two (empty) parts to the split string. This would be avoided ifcurrDT
was trimmed.The text was updated successfully, but these errors were encountered: