This commit is contained in:
Ross
2024-11-04 11:30:29 +00:00
parent dedce34d6e
commit cee4009eb8
+3 -4
View File
@@ -156,13 +156,12 @@
def updateWarnings() def updateWarnings()
log "test" log "test"
then then
if <#users-list li:has(.error)/> if <#users-list li:has(.error)/> is not empty
put "Errors<br/>" into #alert put "Errors<br/>" into #alert
then for error in<#users-list li:has(.error)/> then for error in<#users-list li:has(.error)/>
beep! error then put textContent of .name in error at end of #alert
put textContent of beep! .name in error at end of #alert
then then
put " " + textContent of beep! .error in error at end of #alert put " " + textContent of .error in error at end of #alert
then make a <br/> then put it at the end of #alert then make a <br/> then put it at the end of #alert
then add .alert-warning to #alert then add .alert-warning to #alert